Skip to content

Commit

Permalink
Rubocop: Disable some cops
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Feb 10, 2024
1 parent f82dd1e commit 93ce4b5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 45 deletions.
21 changes: 19 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
inherit_from: .rubocop_todo.yml

require:
- rubocop-minitest
- rubocop-performance
Expand Down Expand Up @@ -41,6 +39,13 @@ Metrics/MethodLength:
Minitest/MultipleAssertions:
Enabled: false

Naming/MethodParameterName:
Enabled: false

Style/AsciiComments:
Exclude:
- 'example/**/*'

Style/BlockComments:
Enabled: false

Expand All @@ -57,6 +62,18 @@ Style/DisableCopsWithinSourceCodeDirective:
AllowedCops:
- Style/StringHashKeys

Style/Documentation:
Exclude:
- 'test/**/*'
- 'example/**/*'
- 'ext/ilios/extconf.rb'

Style/DocumentationMethod:
Exclude:
- 'test/**/*'
- 'example/**/*'
- 'ext/ilios/extconf.rb'

Style/GlobalVars:
Exclude:
- 'ext/ilios/extconf.rb'
Expand Down
43 changes: 0 additions & 43 deletions .rubocop_todo.yml

This file was deleted.

0 comments on commit 93ce4b5

Please sign in to comment.