Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

System to ignore sets of files #87

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JHSaunders
Copy link

@JHSaunders JHSaunders commented Jan 30, 2017

The config file now can optionally have an "ignore" section containing
file name patterns that the linter will ignore. The patterns follow glob
like syntax (using fnmatch under the hood).

An example of a configuration is below.

ignore:
  - "*/migrations/*"

This is useful when files are generated by a framework that will not pass
the linter and you wish to always ignore them.

The config file now can optionally have an "ignore" section containing
file name patterns that the linter will ignore. The patterns follow glob
like syntax (using fnmatch under the hood).

An example of a configuration is below.

ignore:
  - "*/migrations/*"

This is useful when files are generated by a framework that will not pass
the linter and you wish to always ignore them.
@coveralls
Copy link

coveralls commented Jan 30, 2017

Coverage Status

Changes Unknown when pulling f47d66e on BusinessOptics:master into ** on sk-:master**.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants