Skip to content

Commit

Permalink
rubocop.yml: Disable some cops locally that aren't in the styleguide
Browse files Browse the repository at this point in the history
- This config applies only to this repo, it's not the global config.
  • Loading branch information
issyl0 authored Oct 10, 2022
1 parent 1b549a3 commit 7df97a7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
inherit_from: ./config/default.yml

AllCops:
SuggestExtensions: false

Gemspec/RequiredRubyVersion:
Enabled: false

Lint/AssignmentInCondition:
Enabled: false

Lint/EmptyConditionalBody:
Enabled: false

Lint/UselessAssignment:
Enabled: false

Naming/FileName:
Enabled: true
Exclude:
- "rubocop-github.gemspec"

Style/Documentation:
Enabled: false

Style/GuardClause:
Enabled: false

Style/Next:
Enabled: false

Style/SoleNestedConditional:
Enabled: false

0 comments on commit 7df97a7

Please sign in to comment.