Giter Club home page Giter Club logo

drewwells / flycheck Goto Github PK

View Code? Open in Web Editor NEW

This project forked from flycheck/flycheck

0.0 1.0 0.0 12 MB

Modern on the fly syntax checking for GNU Emacs

Home Page: http://www.flycheck.org

License: GNU General Public License v3.0

Makefile 0.67% Emacs Lisp 97.52% Python 0.52% Haskell 0.12% Ada 0.07% C 0.12% C++ 0.14% Ruby 0.15% CoffeeScript 0.03% Coq 0.07% CSS 0.09% D 0.07% Erlang 0.06% HTML 0.07% Fortran 0.07% Go 0.13% Handlebars 0.01% JavaScript 0.04% Lua 0.03% Perl 0.02%

flycheck's Introduction

Flycheck Logo

License GPL 3 MELPA stable version MELPA version Manual Build status

Flycheck is a modern on-the-fly syntax checking extension for GNU Emacs 24, intended as replacement for the older Flymake extension which is part of GNU Emacs.

It uses various syntax checking and linting tools to check the contents of buffers, and reports warnings and errors directly in the buffer, or in an optional error list. The following screenshow shows Flycheck at work in a Haskell buffer, using GHC and Hlint for syntax checking:

The color theme in this screencast is Solarized Light, with the the Source Code Pro font.

Features

  • Supports over 30 programming and markup languages with more than 70 different syntax checking tools
  • Fully automatic, fail-safe, on-the-fly syntax checking in background
  • Nice error indication and highlighting
  • Optional error list popup
  • Many customization options
  • A comprehensive manual
  • A simple interface to define new syntax checkers
  • A “doesn't get in your way” guarantee
  • Many 3rd party extensions

Installation

Flycheck needs GNU Emacs 24 on a Unix system, and additionally external syntax checking programs for the languages you use. See Supported Languages for more information.

Flycheck does not officially support Windows, but tries to maintain Windows compatibility and should generally work fine on Windows, too.

Install Flycheck from MELPA or MELPA Stable with:

M-x package-install RET flycheck

In your Cask file:

(source gnu)
(source melpa)

(depends-on "flycheck")

Then add the following to your init file:

(add-hook 'after-init-hook #'global-flycheck-mode)

If you don’t know where your init file is, look at the value of the variable user-init-file with C-h v user-init-file.

See Installation and Quick start for more information.

Documentation

Documentation is available at http://www.flycheck.org:

Support & Contribution

Credits

License

Flycheck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Flycheck is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

See COPYING for details.

The Flycheck documenation is free documentation: you can copy, distribute and/or modify it under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at https://github.com/flycheck/flycheck/blob/master/doc/fdl.txt.

Alternatively, you may copy, distribute and/or modify the Flycheck documentation under the terms of the Creative Commons Attribution-ShareAlike 4.0 International Public License. A copy of the license can be obtained at https://creativecommons.org/licenses/by-sa/4.0/legalcode.

Permission is granted to copy, distribute and/or modify the Flycheck logo in /flycheck.svg under the terms of the Creative Commons Attribution-ShareAlike 4.0 International Public License. A copy of the license can be obtained at https://creativecommons.org/licenses/by-sa/4.0/legalcode.

flycheck's People

Contributors

swsnr avatar yasuyk avatar purcell avatar fanael avatar bbatsov avatar ptrv avatar dholm avatar donkopotamus avatar nordlow avatar syl20bnr avatar tzz avatar yzprofile avatar gfrey avatar wyuenho avatar magnars avatar maio avatar petere avatar thisirs avatar syohex avatar tomjakubowski avatar ryuslash avatar tom-tan avatar jedrz avatar ackalker avatar trundle avatar tenpn avatar l42y avatar capdevc avatar dougm avatar egh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.