Changes¶
30 (Oct 12, 2016)¶
- Breaking changes
- Flycheck now requires flake8 3.0 or newer
- Remove
--configoption inlua-luacheckin favour ofluacheck‘s own.luacheckrcdetection. Thereforeflycheck-luacheckrcis no longer used [GH-1057] :modesis now mandatory for syntax checker definitions [GH-1071]- Remove jade checker [GH-951] [GH-1084]
- Remove
javascript-eslintrcand instead rely on eslint’s own configuration file search [GH-1085] C-c ! eexplains errors now [GH-1122]
- New syntax checkers:
- New features:
- Add
flycheck-cargo-rustc-argsto pass multiple arguments to cargo rustc subcommand [GH-1079] - Add
:error-explainertoflycheck-define-checkerandflycheck-explain-error-at-pointto display explanations of errors [GH-1122] - Add an error explainer to the
rustandrust-cargocheckers usingrustc --explain[GH-1122] - Add
:enabledproperty toflycheck-define-checker[GH-1089]
- Add
- Improvements:
29 (Aug 28, 2016)¶
- Breaking changes
- New syntax checkers:
- New features:
- Improvements:
- Add default directory for
haskell-stack-ghcandhaskell-ghccheckers [GH-1007] rustandrust-cargocheckers now support the new error format of rust 1.12 [GH-1016]flycheck-verify-checkerandflycheck-verify-setupnow include information about configuration files of syntax checkers [GH-1021] [GH-1038]
- Add default directory for
28 (Jun 05, 2016)¶
27 (May 08, 2016)¶
- Breaking changes
- Require PHP Code Sniffer 2.6 or newer for
php-phpcs[GH-921]
- Require PHP Code Sniffer 2.6 or newer for
- New syntax checkers:
- Improvements:
- Pass checkdoc settings from Emacs to
emacs-lisp-checkdoc[GH-741] [GH-937]
- Pass checkdoc settings from Emacs to
- Bug fixes:
26 (Apr 27, 2016)¶
Flycheck now has a Code of Conduct which defines the acceptable behaviour and the moderation guidelines for the Flycheck community. [GH-819]
Flycheck also provides a Gitter channel now for questions and discussions about development. [GH-820]
The native Texinfo manual is again replaced with a Sphinx based documentation. We hope that this change makes the manual easier to edit and to maintain and more welcoming for new contributors. The downside is that we can not longer include a Info manual in Flycheck’s MELPA packages.
From this release onward Flycheck will use a single continuously increasing version number. Breaking changes may occur at any point.
- Breaking changes:
- Remove
flycheck-copy-messages-as-kill, obsolete since Flycheck 0.22 - Remove
flycheck-perlcritic-verbosity, obsolete since Flycheck 0.22 - Replace
flycheck-completion-systemwithflycheck-completing-read-function[GH-870] - JSON syntax checkers now require
json-modeand do not check in Javascript Mode anymore - Prefer eslint over jshint for Javascript
- Obsolete
flycheck-infoin favour of the newflycheck-manualcommand
- Remove
- New syntax checkers:
- New features:
- Add
flycheck-puppet-lint-rcto customise the location of the puppetlint configuration file [GH-846] - Add
flycheck-puppet-lint-disabled-checksto disable specific checks of puppetlint [GH-824] - New library
flycheck-buttercupto support writing Buttercup specs for Flycheck - Add
flycheck-perlcriticrcto set a configuration file for Perl::Critic [GH-851] - Add
flycheck-jshint-extract-javascriptto extract Javascript from HTML [GH-825] - Add
flycheck-cppcheck-language-standardto set the language standard for cppcheck [GH-862] - Add
flycheck-mode-line-prefixto customise the prefix of Flycheck’s mode line lighter [GH-879] [GH-880] - Add
flycheck-go-vet-shadowto check for shadowed variables withgo vet[GH-765] [GH-897] - Add
flycheck-ghc-stack-use-nixto enable Nix support for Stack GHC [GH-913]
- Add
- Improvements:
- Map error IDs from flake8-pep257 to Flycheck error levels
- Explicitly display errors at point with
C-c ! h[GH-834] - Merge message and checker columns in the error list to remove redundant ellipsis [GH-828]
- Indicate disabled checkers in verification buffers [GH-749]
- Do not enable Flycheck Mode in
fundamental-modebuffers [GH-883] - Write
go testoutput to a temporary files [GH-887] - Check whether
lintris actually installed [GH-911]
- Bug fixes:
- Fix folding of C/C++ errors from included files [GH-783]
- Fix verification of SCSS-Lint checkstyle reporter
- Don’t fall back to
rustifrust-cargoshould be used [GH-817] - Don’t change current buffer when closing the error message buffer [GH-648]
- Never display error message buffer in current window [GH-822]
- Work around a caching issue in Rubocop [GH-844]
- Fix checkdoc failure with some Emacs Lisp syntax [GH-833] [GH-845] [GH-898]
- Correctly parse Haskell module name with exports right after the module name [GH-848]
- Don’t hang when sending buffers to node.js processes on Windows [GH-794][GH-850]
- Parse suggestions from
hlint[GH-874] - Go errcheck handles multiple
$GOPATHentries correctly now [GH-580][GH-906] - Properly handle Go build failing in a directory with multiple packages [GH-676] [GH-904]
- Make cppcheck recognise C++ header files [GH-909]
- Don’t run phpcs on empty buffers [GH-907]