We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b25c1 commit 6cab958Copy full SHA for 6cab958
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