Skip to content

Commit

Permalink
Add rubocop-rake
Browse files Browse the repository at this point in the history
Closes #96
  • Loading branch information
Andy Andrea committed Mar 15, 2021
1 parent 44fcd12 commit 8b8f116
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# rubocop version: 1.10.0
# rubocop-performance version: 1.9.2
# rubocop-rails version: 2.9.1
# rubocop-rake version: 0.5.1
# rubocop-rspec version: 2.2.0
#
# In addition, feel free to use rubocop-md for linting Markdown files with Ruby
# code snippets

require:
- rubocop-performance
- rubocop-rails
- rubocop-rake
- rubocop-rspec

AllCops:
Expand Down Expand Up @@ -291,6 +296,17 @@ Rails/WhereExists:
Rails/WhereNot:
Enabled: true

Rake/ClassDefinitionInTask:
Enabled: true
Rake/Desc:
Enabled: true
Rake/DuplicateNamespace:
Enabled: true
Rake/DuplicateTask:
Enabled: true
Rake/MethodDefinitionInTask:
Enabled: true

# Prefer eql
RSpec/BeEql:
Enabled: false
Expand Down

0 comments on commit 8b8f116

Please sign in to comment.