Skip to content

Commit

Permalink
Explicitly listed out files for rubocop to examine
Browse files Browse the repository at this point in the history
It used to be that many more were included, but then this changed:

rubocop/rubocop#5882

And so now they need to be listed out explicitly.
  • Loading branch information
jedcn committed Nov 22, 2018
1 parent a93774c commit 84274be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ CyclomaticComplexity:

AllCops:
Include:
- '**/Rakefile'
- '**/*.rb'
- rakelib/*.rake
- 'Gemfile'
- 'Rakefile'
- 'reveal-ck.gemspec'
- 'files/reveal-ck/Guardfile'
Exclude:
- tmp/**/*
- files/reveal.js/**/*
Expand Down

0 comments on commit 84274be

Please sign in to comment.