Skip to content

Commit

Permalink
keeping rubocop happy
Browse files Browse the repository at this point in the history
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
  • Loading branch information
AntonioMeireles committed Apr 19, 2019
1 parent 3e394a1 commit 6291aee
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Metrics/BlockLength:
Exclude:
- 'Rakefile'
- '**/*.rake'
- 'test/**/*.rb'
- '**/Vagrantfile'
- 'Vagrantfile.template.rb'

- 'Rakefile'
- '**/*.rake'
- 'test/**/*.rb'
- '**/Vagrantfile'
- 'Vagrantfile.template.rb'
Naming/FileName:
Exclude:
- 'Vagrantfile.template.rb'

0 comments on commit 6291aee

Please sign in to comment.