Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to disable all Cops #10

Open
stefan-kolb opened this issue May 16, 2018 · 0 comments
Open

Add possibility to disable all Cops #10

stefan-kolb opened this issue May 16, 2018 · 0 comments

Comments

@stefan-kolb
Copy link
Owner

stefan-kolb commented May 16, 2018

e.g., for configuration files

AllCops:
  Exclude:
  - "file"

Also inline?!

Also exclude files from top-level cop like:

Style:
  Exclude:
  - "file"

instead of

Style/AllCops:
  Exclude:
  - "file"

or

Style/SomeCop:
  Exclude:
  - "file"

Style/SomeOtherCop:
  Exclude:
  - "file"
stefan-kolb added a commit that referenced this issue May 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant