sthapaun / flycheck

Modern on the fly syntax checking for GNU Emacs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License GPL 3 Join the chat Manual MELPA stable version MELPA version Build Status

Flycheck

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 automatically check the contents of buffers while you type, and reports warnings and errors directly in the buffer or in an optional error list (see Flycheck manual for more information):

Out of the box Flycheck supports over 40 different programming languages with more than 80 different syntax checking tools, and comes with a simple interface to define new syntax checkers.

Many 3rd party extensions provide new syntax checkers and other features like alternative error displays or mode line indicators.

Quickstart

Flycheck needs GNU Emacs 24.1 or newer, and works best on Unix systems. Windows users, please be aware that Flycheck does not support Windows officially, although it should mostly work fine on Windows. See Windows support and watch out for known Windows issues!

Install some syntax checker tools and type the following in your *scratch* buffer and run M-x eval-buffer:

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "http://stable.melpa.org/packages/") t)
(package-initialize)

(package-install 'flycheck)

(global-flycheck-mode)

For a more gentle introduction read the Installation instructions and go through Quickstart guide.

Support & Contribution

Please ask questions about Flycheck on Stack Exchange or in our Gitter chat. We try to answer all questions as fast and as precise as possible.

To report problems or bugs, please use our issue tracker. Our contribution guidelines help you to create good bug reports; please take a look.

We welcome patches and pull requests that fix bugs or provide new features. Please read our Contribution guidelines for help and guidelines before submitting pull requests. When making larger changes to Flycheck or implementing new features we recommend that you first open a separate issue or ask in our Gitter channel to discuss you intended changes.

All contributors and all participants in our communication channels are expected to follow our Code of Conduct.

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.

About

Modern on the fly syntax checking for GNU Emacs

http://www.flycheck.org

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 95.4%Language:Ruby 3.1%Language:Python 0.2%Language:Rust 0.1%Language:Go 0.1%Language:PHP 0.1%Language:HTML 0.1%Language:CSS 0.1%Language:Fortran 0.1%Language:D 0.1%Language:Ada 0.1%Language:C++ 0.1%Language:Erlang 0.1%Language:Coq 0.1%Language:Haskell 0.0%Language:Puppet 0.0%Language:Scala 0.0%Language:JavaScript 0.0%Language:C 0.0%Language:Shell 0.0%Language:Verilog 0.0%Language:Lua 0.0%Language:CoffeeScript 0.0%Language:R 0.0%Language:TeX 0.0%Language:Perl 0.0%Language:Processing 0.0%Language:Groovy 0.0%