Skip to content

Commit

Permalink
rubocop.yml: include only *.rb files from /lib and /spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustam Ibragimov committed Jun 24, 2018
1 parent 465d7f7 commit 0e61439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ AllCops:
Include:
- bin/console
- bin/rspec
- lib/**/*
- spec/**/*
- lib/**/*.rb
- spec/**/*.rb
- Gemfile
- Rakefile
- evil_events.gemspec

0 comments on commit 0e61439

Please sign in to comment.