We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a448fdf + 6cab958 commit d3809adCopy full SHA for d3809ad
Users/coafile.rst
@@ -39,6 +39,11 @@ wide coafile which has the lowest priority. The ``default_coafile`` must
39
lie in the coala installation directory and is valid for everyone using
40
this coala installation.
41
42
+It can be used to define the type of files you usually don't want to lint,
43
+like minified files (e.g. ``*.min.js``) and backup files (e.g. ``*.orig``)::
44
+
45
+ ignore = **.min.js, **.orig
46
47
Explicit Setting Inheritance
48
----------------------------
49
0 commit comments