Skip to content

Commit d3809ad

Browse files
authored
Merge branch 'master' into pr/padLeft
2 parents a448fdf + 6cab958 commit d3809ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Users/coafile.rst

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ wide coafile which has the lowest priority. The ``default_coafile`` must
3939
lie in the coala installation directory and is valid for everyone using
4040
this coala installation.
4141

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+
4247
Explicit Setting Inheritance
4348
----------------------------
4449

0 commit comments

Comments
 (0)