Go to file
fmdkdd cbef2ad0e2
Switch perl checker to use `source` instead of standard input
Perl can exit without reading all of standard input, causing a `(file-error
"Writing to process" "Bad file descriptor" #)` in Flycheck, instead of
collecting the errors.

Not using standard-input fixes it.

Closes GH-1278.
2017-07-08 22:56:17 +02:00
.github Add troubleshooting section to user guide 2016-10-12 10:15:27 +02:00
doc Add @fmdkdd to the maintainers 2017-07-08 09:58:01 +02:00
maint Remove workaround for pydocstyle 2017-05-03 20:14:08 +02:00
test Merge pull request #1144 from joedevivo/master 2017-05-21 23:21:42 -04:00
.flake8 Ignore D401 in flake8 2017-05-03 20:15:25 +02:00
.gitignore Add Vagrantfile to spin up a VM for running all integration tests 2017-05-07 12:47:21 +02:00
.mailmap Update mailmap to fix names in git log 2016-08-18 08:21:17 +02:00
.travis.yml Test against Emacs 25.2 2017-04-22 19:35:35 +02:00
CHANGES.old
CHANGES.rst Add options to specify XSD schema path for xml checkers 2017-06-27 09:09:45 +09:30
COPYING
Cask Add systemd-mode to Cask 2017-05-07 12:47:24 +02:00
MAINTAINERS Add @fmdkdd to the maintainers 2017-07-08 09:58:01 +02:00
Makefile Load test files outside of runner 2016-09-24 13:12:53 +02:00
README.md Add an explicit link to the website 2016-10-23 17:31:53 +02:00
Vagrantfile Fix sqlint test 2017-05-07 12:47:23 +02:00
flycheck-buttercup.el Port help tests to buttercup and simplify them 2016-05-18 10:11:46 +02:00
flycheck-ert.el Use `--message-format=json` flag for rust-cargo checker 2017-02-06 23:08:16 +01:00
flycheck.el Switch perl checker to use `source` instead of standard input 2017-07-08 22:56:17 +02:00
flycheck.svg

README.md

Flycheck

License GPL 3 Join the chat MELPA stable version Build Status

http://www.flycheck.org

Modern on-the-fly syntax checking extension for GNU Emacs. Try it!

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

Please ask questions about Flycheck on Stack Exchange or in our Gitter chat, and report bugs to our issue tracker.

We welcome all kinds of contributions, whether you write patches, open pull requests, write documentation, help others with Flycheck issues, or just tell other people about your experiences with Flycheck. Please take a look at our Contributors Guide for help and guidance about contributing to Flycheck.

We strive to create a safe, friendly and welcoming environment in the Flycheck community and have a Code of Conduct that defines acceptable and welcome behaviour as well as sanctions for violations. All contributors and all participants are expected to follow it, on Github, Gitter, Emacs.SX or any other place thats part of Flychecks broader community.

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.