This file is indexed.

/usr/share/doc/elpa-flycheck/html/changes.html is in flycheck-doc 31-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Changes &#8212; Flycheck 31 documentation</title>
    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '31',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true,
        SOURCELINK_SUFFIX: '.txt'
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="shortcut icon" href="_static/favicon.ico"/>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="next" title="Flycheck licenses" href="licenses.html" />
    <link rel="prev" title="Glossary" href="glossary.html" />
<script type="text/javascript">
  /* Prevent injected analytics from running with a no-op, but
     let other scripts be injected (we need that for the readthedocs
     widget at the bottom-right of the screen) */
  (function(){
    var props = Object.getOwnPropertyDescriptor(HTMLScriptElement.prototype, 'src');
    var _set = props.set;
    Object.defineProperty(HTMLScriptElement.prototype, 'src', {
      configurable: false, /* Prevent further redefinition of this property */
      set: function(url) {
        if (url.indexOf('google-analytics.com') > -1) return;
        else _set.apply(this, arguments);
      }
    });
  }())
</script>

  </head>
  <body>
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="changes">
<h1>Changes<a class="headerlink" href="#changes" title="Permalink to this headline"></a></h1>
<div class="section" id="oct-07-2017">
<h2>31 (Oct 07, 2017)<a class="headerlink" href="#oct-07-2017" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><strong>Breaking changes</strong><ul>
<li><code class="docutils literal"><span class="pre">rust-cargo</span></code> now requires Rust 1.15 or newer <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1201"><span class="xref issue">[GH-1201]</span></a></li>
<li>Remove javascript-gjslint checker</li>
</ul>
</li>
<li>New syntax checkers:<ul>
<li>Protobuf with <code class="docutils literal"><span class="pre">protoc</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1125"><span class="xref issue">[GH-1125]</span></a></li>
<li>systemd-analyze with <code class="docutils literal"><span class="pre">systemd-analyze</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1135"><span class="xref issue">[GH-1135]</span></a></li>
<li>Nix with <code class="docutils literal"><span class="pre">nix-instantiate</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1164"><span class="xref issue">[GH-1164]</span></a></li>
<li>Dockerfile with <code class="docutils literal"><span class="pre">hadolint</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1194"><span class="xref issue">[GH-1194]</span></a></li>
<li>AsciiDoc with <code class="docutils literal"><span class="pre">asciidoctor</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1167"><span class="xref issue">[GH-1167]</span></a></li>
<li>CSS/SCSS/LESS with <code class="docutils literal"><span class="pre">stylelint</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/903"><span class="xref issue">[GH-903]</span></a></li>
<li>Ruby with <code class="docutils literal"><span class="pre">reek</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1244"><span class="xref issue">[GH-1244]</span></a></li>
<li>Go with <code class="docutils literal"><span class="pre">megacheck</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1290"><span class="xref issue">[GH-1290]</span></a></li>
<li>LLVM IR with <code class="docutils literal"><span class="pre">llc</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1302"><span class="xref issue">[GH-1302]</span></a></li>
<li>Text prose with <code class="docutils literal"><span class="pre">proselint</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1304"><span class="xref issue">[GH-1304]</span></a></li>
</ul>
</li>
<li>New features:<ul>
<li>Add <code class="docutils literal"><span class="pre">flycheck-xml-xmlstarlet-xsd-path</span></code> and <code class="docutils literal"><span class="pre">flycheck-xml-xmllint-xsd-path</span></code> to
specify an XSD schema to validate XML documents against <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1272"><span class="xref issue">[GH-1272]</span></a></li>
<li>Add <code class="docutils literal"><span class="pre">flycheck-tslint-args</span></code> to pass additional arguments to tslint <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1186"><span class="xref issue">[GH-1186]</span></a></li>
<li>Add an error explainer to the <code class="docutils literal"><span class="pre">rpm-rpmlint</span></code> checker using
<code class="docutils literal"><span class="pre">rpmlint</span> <span class="pre">-I</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1235"><span class="xref issue">[GH-1235]</span></a></li>
<li>Add <code class="docutils literal"><span class="pre">flycheck-emacs-lisp-check-declare</span></code> to check function declaration in
the <code class="docutils literal"><span class="pre">emacs-lisp</span></code> checker <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1286"><span class="xref issue">[GH-1286]</span></a></li>
<li>Add <code class="docutils literal"><span class="pre">flycheck-shellcheck-follow-sources</span></code> to check included files when
using the <code class="docutils literal"><span class="pre">sh-shellcheck</span></code> checker <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1256"><span class="xref issue">[GH-1256]</span></a></li>
</ul>
</li>
<li>Improvements:<ul>
<li>Use option <code class="docutils literal"><span class="pre">flycheck-go-build-tags</span></code> for <code class="docutils literal"><span class="pre">go-test</span></code>,
<code class="docutils literal"><span class="pre">go-vet</span></code> and <code class="docutils literal"><span class="pre">go-errcheck</span></code> as well.</li>
<li>Add a revert function to <code class="docutils literal"><span class="pre">flycheck-verify-setup</span></code>, so hitting
<code class="docutils literal"><span class="pre">g</span></code> reloads the buffer.</li>
<li>Make sure the erlang compiler is only run on compilable files.</li>
<li><code class="docutils literal"><span class="pre">flycheck-tslint</span></code> does not crash any more on deprecation notices <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1174"><span class="xref issue">[GH-1174]</span></a></li>
<li><code class="docutils literal"><span class="pre">rust-cargo</span></code> now checks integration tests, examples and benchmarks
<a class="reference external" href="https://github.com/flycheck/flycheck/issues/1206"><span class="xref issue">[GH-1206]</span></a></li>
<li><code class="docutils literal"><span class="pre">rust-cargo</span></code> does not use <code class="docutils literal"><span class="pre">flycheck-rust-library-path</span></code> anymore, as
dependencies are taken care of by Cargo <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1206"><span class="xref issue">[GH-1206]</span></a></li>
<li><code class="docutils literal"><span class="pre">c/c++-gcc</span></code> checker now works from GCC 4.4 and up <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1226"><span class="xref issue">[GH-1226]</span></a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="oct-12-2016">
<h2>30 (Oct 12, 2016)<a class="headerlink" href="#oct-12-2016" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><strong>Breaking changes</strong><ul>
<li>Flycheck now requires flake8 3.0 or newer</li>
<li>Remove <code class="docutils literal"><span class="pre">--config</span></code> option in <code class="docutils literal"><span class="pre">lua-luacheck</span></code> in favour of <code class="docutils literal"><span class="pre">luacheck</span></code>’s
own <code class="docutils literal"><span class="pre">.luacheckrc</span></code> detection. Therefore <code class="docutils literal"><span class="pre">flycheck-luacheckrc</span></code> is
no longer used <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1057"><span class="xref issue">[GH-1057]</span></a></li>
<li><code class="docutils literal"><span class="pre">:modes</span></code> is now mandatory for syntax checker definitions <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1071"><span class="xref issue">[GH-1071]</span></a></li>
<li>Remove jade checker <a class="reference external" href="https://github.com/flycheck/flycheck/issues/951"><span class="xref issue">[GH-951]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1084"><span class="xref issue">[GH-1084]</span></a></li>
<li>Remove <code class="docutils literal"><span class="pre">javascript-eslintrc</span></code> and instead rely on eslint’s own configuration file
search <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1085"><span class="xref issue">[GH-1085]</span></a></li>
<li><code class="docutils literal"><span class="pre">C-c</span> <span class="pre">!</span> <span class="pre">e</span></code> explains errors now <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1122"><span class="xref issue">[GH-1122]</span></a></li>
</ul>
</li>
<li>New syntax checkers:<ul>
<li>Elixir with <code class="docutils literal"><span class="pre">dogma</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/969"><span class="xref issue">[GH-969]</span></a></li>
<li>sass and scss with <code class="docutils literal"><span class="pre">sass-lint</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1070"><span class="xref issue">[GH-1070]</span></a></li>
<li>Pug <a class="reference external" href="https://github.com/flycheck/flycheck/issues/951"><span class="xref issue">[GH-951]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1084"><span class="xref issue">[GH-1084]</span></a></li>
</ul>
</li>
<li>New features:<ul>
<li>Add <code class="docutils literal"><span class="pre">flycheck-cargo-rustc-args</span></code> to pass multiple arguments to cargo rustc
subcommand <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1079"><span class="xref issue">[GH-1079]</span></a></li>
<li>Add <code class="docutils literal"><span class="pre">:error-explainer</span></code> to <code class="docutils literal"><span class="pre">flycheck-define-checker</span></code> and
<code class="docutils literal"><span class="pre">flycheck-explain-error-at-point</span></code> to display explanations of errors
<a class="reference external" href="https://github.com/flycheck/flycheck/issues/1122"><span class="xref issue">[GH-1122]</span></a></li>
<li>Add an error explainer to the <code class="docutils literal"><span class="pre">rust</span></code> and <code class="docutils literal"><span class="pre">rust-cargo</span></code> checkers using
<code class="docutils literal"><span class="pre">rustc</span> <span class="pre">--explain</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1122"><span class="xref issue">[GH-1122]</span></a></li>
<li>Add <code class="docutils literal"><span class="pre">:enabled</span></code> property to <code class="docutils literal"><span class="pre">flycheck-define-checker</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1089"><span class="xref issue">[GH-1089]</span></a></li>
</ul>
</li>
<li>Improvements:<ul>
<li>Do not use <code class="docutils literal"><span class="pre">javascript-eslint</span></code> if eslint cannot find a valid configuration
<a class="reference external" href="https://github.com/flycheck/flycheck/issues/1085"><span class="xref issue">[GH-1085]</span></a></li>
<li>Automatically disable syntax checkers which are not installed instead of
checking executable before each syntax check <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1116"><span class="xref issue">[GH-1116]</span></a></li>
<li>Add patterns for syntax errors to <code class="docutils literal"><span class="pre">scheme-chicken</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1123"><span class="xref issue">[GH-1123]</span></a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="aug-28-2016">
<h2>29 (Aug 28, 2016)<a class="headerlink" href="#aug-28-2016" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><strong>Breaking changes</strong><ul>
<li>Change <code class="docutils literal"><span class="pre">flycheck-eslint-rulesdir</span></code> (string) to
<code class="docutils literal"><span class="pre">flycheck-eslint-rules-directories</span></code> (list of strings) <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1016"><span class="xref issue">[GH-1016]</span></a></li>
<li>Require rust 1.7 or newer for <code class="docutils literal"><span class="pre">rust</span></code> and <code class="docutils literal"><span class="pre">rust-cargo</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1036"><span class="xref issue">[GH-1036]</span></a></li>
</ul>
</li>
<li>New syntax checkers:<ul>
<li>Slim with <code class="docutils literal"><span class="pre">slim-lint</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1013"><span class="xref issue">[GH-1013]</span></a></li>
<li>CHICKEN Scheme with <code class="docutils literal"><span class="pre">csc</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/987"><span class="xref issue">[GH-987]</span></a></li>
</ul>
</li>
<li>New features:<ul>
<li>Add <code class="docutils literal"><span class="pre">:working-directory</span></code> option to <code class="docutils literal"><span class="pre">flycheck-define-command-checker</span></code>
<a class="reference external" href="https://github.com/flycheck/flycheck/issues/973"><span class="xref issue">[GH-973]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1012"><span class="xref issue">[GH-1012]</span></a></li>
<li><code class="docutils literal"><span class="pre">flycheck-go-build-install-deps</span></code> turns on dependency installation for <code class="docutils literal"><span class="pre">go</span> <span class="pre">test</span></code>
as well as <code class="docutils literal"><span class="pre">go</span> <span class="pre">build</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1003"><span class="xref issue">[GH-1003]</span></a></li>
</ul>
</li>
<li>Improvements:<ul>
<li>Add default directory for <code class="docutils literal"><span class="pre">haskell-stack-ghc</span></code> and <code class="docutils literal"><span class="pre">haskell-ghc</span></code> checkers
<a class="reference external" href="https://github.com/flycheck/flycheck/issues/1007"><span class="xref issue">[GH-1007]</span></a></li>
<li><code class="docutils literal"><span class="pre">rust</span></code> and <code class="docutils literal"><span class="pre">rust-cargo</span></code> checkers now support the new error format of
rust 1.12 <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1016"><span class="xref issue">[GH-1016]</span></a></li>
<li><code class="docutils literal"><span class="pre">flycheck-verify-checker</span></code> and <code class="docutils literal"><span class="pre">flycheck-verify-setup</span></code> now include
information about configuration files of syntax checkers <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1021"><span class="xref issue">[GH-1021]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/1038"><span class="xref issue">[GH-1038]</span></a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="jun-05-2016">
<h2>28 (Jun 05, 2016)<a class="headerlink" href="#jun-05-2016" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><strong>Breaking changes</strong>:<ul>
<li>Rename <code class="docutils literal"><span class="pre">luacheck</span></code> to <code class="docutils literal"><span class="pre">lua-luacheck</span></code> to comply with our naming
conventions</li>
<li>Remove <code class="docutils literal"><span class="pre">flycheck-cppcheck-language-standard</span></code> in favour of
<code class="docutils literal"><span class="pre">flycheck-cppcheck-standards</span></code> which is a list of standards <a class="reference external" href="https://github.com/flycheck/flycheck/issues/960"><span class="xref issue">[GH-960]</span></a></li>
</ul>
</li>
<li>New features:<ul>
<li>Add option to set binary name for <code class="docutils literal"><span class="pre">rust-cargo</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/958"><span class="xref issue">[GH-958]</span></a></li>
<li>Add <code class="docutils literal"><span class="pre">flycheck-cppcheck-standards</span></code> to pass multiple code standards to
cppcheck <a class="reference external" href="https://github.com/flycheck/flycheck/issues/960"><span class="xref issue">[GH-960]</span></a></li>
<li>Add <code class="docutils literal"><span class="pre">flycheck-cppcheck-suppressions</span></code> to suppress warnings for cppcheck
<a class="reference external" href="https://github.com/flycheck/flycheck/issues/960"><span class="xref issue">[GH-960]</span></a></li>
</ul>
</li>
<li>Improvements:<ul>
<li>Check Racket syntax in Geiser Mode <a class="reference external" href="https://github.com/flycheck/flycheck/issues/979"><span class="xref issue">[GH-979]</span></a></li>
</ul>
</li>
<li>Bug fixes<ul>
<li>Do not signal errors when tslint reports no output <a class="reference external" href="https://github.com/flycheck/flycheck/issues/981"><span class="xref issue">[GH-981]</span></a></li>
<li>Do not generate invalid temporary filenames on Windows <a class="reference external" href="https://github.com/flycheck/flycheck/issues/983"><span class="xref issue">[GH-983]</span></a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="may-08-2016">
<h2>27 (May 08, 2016)<a class="headerlink" href="#may-08-2016" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><strong>Breaking changes</strong><ul>
<li>Require PHP Code Sniffer 2.6 or newer for <code class="docutils literal"><span class="pre">php-phpcs</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/921"><span class="xref issue">[GH-921]</span></a></li>
</ul>
</li>
<li>New syntax checkers:<ul>
<li>Go with <code class="docutils literal"><span class="pre">go-unconvert</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/905"><span class="xref issue">[GH-905]</span></a></li>
<li>Markdown with <code class="docutils literal"><span class="pre">mdl</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/839"><span class="xref issue">[GH-839]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/916"><span class="xref issue">[GH-916]</span></a></li>
<li>TypeScript with <code class="docutils literal"><span class="pre">tslint</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/947"><span class="xref issue">[GH-947]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/949"><span class="xref issue">[GH-949]</span></a></li>
</ul>
</li>
<li>Improvements:<ul>
<li>Pass checkdoc settings from Emacs to <a class="reference internal" href="languages.html#syntax-checker-emacs-lisp-checkdoc"><code class="xref any std std-checker docutils literal"><span class="pre">emacs-lisp-checkdoc</span></code></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/741"><span class="xref issue">[GH-741]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/937"><span class="xref issue">[GH-937]</span></a></li>
</ul>
</li>
<li>Bug fixes:<ul>
<li>Fix parsing of syntax errors in triple-quoted strings for
<code class="docutils literal"><span class="pre">python-pycompile</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/948"><span class="xref issue">[GH-948]</span></a></li>
<li>Correctly handle rules based on the current file name in <code class="docutils literal"><span class="pre">php-phpcs</span></code>
<a class="reference external" href="https://github.com/flycheck/flycheck/issues/921"><span class="xref issue">[GH-921]</span></a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="apr-27-2016">
<h2>26 (Apr 27, 2016)<a class="headerlink" href="#apr-27-2016" title="Permalink to this headline"></a></h2>
<p>Flycheck now has a <a class="reference external" href="http://www.flycheck.org/en/latest/community/conduct.html">Code of Conduct</a> which defines the acceptable behaviour and
the moderation guidelines for the Flycheck community. <a class="reference external" href="https://github.com/flycheck/flycheck/issues/819"><span class="xref issue">[GH-819]</span></a></p>
<p>Flycheck also provides a <a class="reference external" href="https://gitter.im/flycheck/flycheck">Gitter channel</a> now for questions and discussions
about development. <a class="reference external" href="https://github.com/flycheck/flycheck/issues/820"><span class="xref issue">[GH-820]</span></a></p>
<p>The native Texinfo manual is again replaced with a <a class="reference external" href="http://sphinx-doc.org">Sphinx</a> 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.</p>
<p>From this release onward Flycheck will use a single continuously increasing
version number.  Breaking changes may occur at any point.</p>
<ul class="simple">
<li><strong>Breaking changes</strong>:<ul>
<li>Remove <code class="docutils literal"><span class="pre">flycheck-copy-messages-as-kill</span></code>, obsolete since Flycheck
0.22</li>
<li>Remove <code class="docutils literal"><span class="pre">flycheck-perlcritic-verbosity</span></code>, obsolete since Flycheck
0.22</li>
<li>Replace <code class="docutils literal"><span class="pre">flycheck-completion-system</span></code> with
<code class="docutils literal"><span class="pre">flycheck-completing-read-function</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/870"><span class="xref issue">[GH-870]</span></a></li>
<li>JSON syntax checkers now require <code class="docutils literal"><span class="pre">json-mode</span></code> and do not check in
Javascript Mode anymore</li>
<li>Prefer eslint over jshint for Javascript</li>
<li>Obsolete <code class="docutils literal"><span class="pre">flycheck-info</span></code> in favour of the new <code class="docutils literal"><span class="pre">flycheck-manual</span></code> command</li>
</ul>
</li>
<li>New syntax checkers:<ul>
<li>Processing <a class="reference external" href="https://github.com/flycheck/flycheck/issues/793"><span class="xref issue">[GH-793]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/812"><span class="xref issue">[GH-812]</span></a></li>
<li>Racket <a class="reference external" href="https://github.com/flycheck/flycheck/issues/799"><span class="xref issue">[GH-799]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/873"><span class="xref issue">[GH-873]</span></a></li>
</ul>
</li>
<li>New features:<ul>
<li>Add <code class="docutils literal"><span class="pre">flycheck-puppet-lint-rc</span></code> to customise the location of the
puppetlint configuration file <a class="reference external" href="https://github.com/flycheck/flycheck/issues/846"><span class="xref issue">[GH-846]</span></a></li>
<li>Add <code class="docutils literal"><span class="pre">flycheck-puppet-lint-disabled-checks</span></code> to disable specific
checks of puppetlint <a class="reference external" href="https://github.com/flycheck/flycheck/issues/824"><span class="xref issue">[GH-824]</span></a></li>
<li>New library <code class="docutils literal"><span class="pre">flycheck-buttercup</span></code> to support writing <a class="reference external" href="https://github.com/jorgenschaefer/emacs-buttercup">Buttercup</a> specs for
Flycheck</li>
<li>Add <code class="docutils literal"><span class="pre">flycheck-perlcriticrc</span></code> to set a configuration file for
Perl::Critic <a class="reference external" href="https://github.com/flycheck/flycheck/issues/851"><span class="xref issue">[GH-851]</span></a></li>
<li>Add <code class="docutils literal"><span class="pre">flycheck-jshint-extract-javascript</span></code> to extract Javascript
from HTML <a class="reference external" href="https://github.com/flycheck/flycheck/issues/825"><span class="xref issue">[GH-825]</span></a></li>
<li>Add <code class="docutils literal"><span class="pre">flycheck-cppcheck-language-standard</span></code> to set the language
standard for cppcheck <a class="reference external" href="https://github.com/flycheck/flycheck/issues/862"><span class="xref issue">[GH-862]</span></a></li>
<li>Add <code class="docutils literal"><span class="pre">flycheck-mode-line-prefix</span></code> to customise the prefix of
Flycheck’s mode line lighter <a class="reference external" href="https://github.com/flycheck/flycheck/issues/879"><span class="xref issue">[GH-879]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/880"><span class="xref issue">[GH-880]</span></a></li>
<li>Add <code class="docutils literal"><span class="pre">flycheck-go-vet-shadow</span></code> to check for shadowed variables
with <code class="docutils literal"><span class="pre">go</span> <span class="pre">vet</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/765"><span class="xref issue">[GH-765]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/897"><span class="xref issue">[GH-897]</span></a></li>
<li>Add <code class="docutils literal"><span class="pre">flycheck-ghc-stack-use-nix</span></code> to enable Nix support for Stack GHC
<a class="reference external" href="https://github.com/flycheck/flycheck/issues/913"><span class="xref issue">[GH-913]</span></a></li>
</ul>
</li>
<li>Improvements:<ul>
<li>Map error IDs from flake8-pep257 to Flycheck error levels</li>
<li>Explicitly display errors at point with <code class="docutils literal"><span class="pre">C-c</span> <span class="pre">!</span> <span class="pre">h</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/834"><span class="xref issue">[GH-834]</span></a></li>
<li>Merge message and checker columns in the error list to remove redundant
ellipsis <a class="reference external" href="https://github.com/flycheck/flycheck/issues/828"><span class="xref issue">[GH-828]</span></a></li>
<li>Indicate disabled checkers in verification buffers <a class="reference external" href="https://github.com/flycheck/flycheck/issues/749"><span class="xref issue">[GH-749]</span></a></li>
<li>Do not enable Flycheck Mode in <code class="docutils literal"><span class="pre">fundamental-mode</span></code> buffers <a class="reference external" href="https://github.com/flycheck/flycheck/issues/883"><span class="xref issue">[GH-883]</span></a></li>
<li>Write <code class="docutils literal"><span class="pre">go</span> <span class="pre">test</span></code> output to a temporary files <a class="reference external" href="https://github.com/flycheck/flycheck/issues/887"><span class="xref issue">[GH-887]</span></a></li>
<li>Check whether <code class="docutils literal"><span class="pre">lintr</span></code> is actually installed <a class="reference external" href="https://github.com/flycheck/flycheck/issues/911"><span class="xref issue">[GH-911]</span></a></li>
</ul>
</li>
<li>Bug fixes:<ul>
<li>Fix folding of C/C++ errors from included files <a class="reference external" href="https://github.com/flycheck/flycheck/issues/783"><span class="xref issue">[GH-783]</span></a></li>
<li>Fix verification of SCSS-Lint checkstyle reporter</li>
<li>Don’t fall back to <code class="docutils literal"><span class="pre">rust</span></code> if <code class="docutils literal"><span class="pre">rust-cargo</span></code> should be used <a class="reference external" href="https://github.com/flycheck/flycheck/issues/817"><span class="xref issue">[GH-817]</span></a></li>
<li>Don’t change current buffer when closing the error message buffer <a class="reference external" href="https://github.com/flycheck/flycheck/issues/648"><span class="xref issue">[GH-648]</span></a></li>
<li>Never display error message buffer in current window <a class="reference external" href="https://github.com/flycheck/flycheck/issues/822"><span class="xref issue">[GH-822]</span></a></li>
<li>Work around a caching issue in Rubocop <a class="reference external" href="https://github.com/flycheck/flycheck/issues/844"><span class="xref issue">[GH-844]</span></a></li>
<li>Fix checkdoc failure with some Emacs Lisp syntax <a class="reference external" href="https://github.com/flycheck/flycheck/issues/833"><span class="xref issue">[GH-833]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/845"><span class="xref issue">[GH-845]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/898"><span class="xref issue">[GH-898]</span></a></li>
<li>Correctly parse Haskell module name with exports right after the module name
<a class="reference external" href="https://github.com/flycheck/flycheck/issues/848"><span class="xref issue">[GH-848]</span></a></li>
<li>Don’t hang when sending buffers to node.js processes on Windows
<a class="reference external" href="https://github.com/flycheck/flycheck/issues/794"><span class="xref issue">[GH-794]</span></a><a class="reference external" href="https://github.com/flycheck/flycheck/issues/850"><span class="xref issue">[GH-850]</span></a></li>
<li>Parse suggestions from <code class="docutils literal"><span class="pre">hlint</span></code> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/874"><span class="xref issue">[GH-874]</span></a></li>
<li>Go errcheck handles multiple <code class="docutils literal"><span class="pre">$GOPATH</span></code> entries correctly now
<a class="reference external" href="https://github.com/flycheck/flycheck/issues/580"><span class="xref issue">[GH-580]</span></a><a class="reference external" href="https://github.com/flycheck/flycheck/issues/906"><span class="xref issue">[GH-906]</span></a></li>
<li>Properly handle Go build failing in a directory with multiple packages
<a class="reference external" href="https://github.com/flycheck/flycheck/issues/676"><span class="xref issue">[GH-676]</span></a> <a class="reference external" href="https://github.com/flycheck/flycheck/issues/904"><span class="xref issue">[GH-904]</span></a></li>
<li>Make cppcheck recognise C++ header files <a class="reference external" href="https://github.com/flycheck/flycheck/issues/909"><span class="xref issue">[GH-909]</span></a></li>
<li>Don’t run phpcs on empty buffers <a class="reference external" href="https://github.com/flycheck/flycheck/issues/907"><span class="xref issue">[GH-907]</span></a></li>
</ul>
</li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
<p class="logo">
    <a href="index.html">
        <img class="logo" src="_static/logo.png" alt="Logo"/>
        
    </a>
</p>



<p class="blurb">Syntax checking for GNU Emacs</p>






<h4>Tables</h4>
<ul>
    <li><a href="languages.html">Supported languages</a></li>
    <li><a href="#">List of changes</a></li>
    <li><a href="genindex.html">Index</a></li>
</ul><h3>Navigation</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="user/installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/quickstart.html">Quickstart</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/troubleshooting.html">Troubleshooting</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/syntax-checks.html">Check buffers</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/syntax-checkers.html">Syntax checkers</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/error-reports.html">See errors in buffers</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/error-list.html">List all errors</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/error-interaction.html">Interact with errors</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/flycheck-versus-flymake.html">Flycheck versus Flymake</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="community/conduct.html">Flycheck Code of Conduct</a></li>
<li class="toctree-l1"><a class="reference internal" href="community/extensions.html">Recommended extensions</a></li>
<li class="toctree-l1"><a class="reference internal" href="community/get-help.html">Get help</a></li>
<li class="toctree-l1"><a class="reference internal" href="community/people.html">People</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="developer/developing.html">Developer’s Guide</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="contributor/contributing.html">Contributor’s Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributor/style-guide.html">Style Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributor/maintaining.html">Maintainer’s Guide</a></li>
</ul>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="languages.html">Supported Languages</a></li>
<li class="toctree-l1"><a class="reference internal" href="glossary.html">Glossary</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changes</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#oct-07-2017">31 (Oct 07, 2017)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#oct-12-2016">30 (Oct 12, 2016)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#aug-28-2016">29 (Aug 28, 2016)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#jun-05-2016">28 (Jun 05, 2016)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#may-08-2016">27 (May 08, 2016)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#apr-27-2016">26 (Apr 27, 2016)</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="licenses.html">Flycheck licenses</a></li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
<ul>
  <li><a href="index.html">Documentation overview</a><ul>
      <li>Previous: <a href="glossary.html" title="previous chapter">Glossary</a></li>
      <li>Next: <a href="licenses.html" title="next chapter">Flycheck licenses</a></li>
  </ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <div><input type="text" name="q" /></div>
      <div><input type="submit" value="Go" /></div>
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="footer">
      &copy; 2014-2017, Sebastian Wiesner and Flycheck contributors.
      
      |
      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.5</a>
      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.8</a>
      
      |
      <a href="_sources/changes.rst.txt"
          rel="nofollow">Page source</a>
    </div>

    

    
  </body>
</html>