Skip to content

Commit

Permalink
Remove unneeded enabling of RuboCop pending cops
Browse files Browse the repository at this point in the history
Since we enable pending cops by default (commit 1484283), this isn't
needed anymore.
  • Loading branch information
Dany Marcoux committed Jun 10, 2020
1 parent 9e3e760 commit f601b30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@ Layout/DotPosition:
Layout/EndAlignment:
EnforcedStyleAlignWith: variable

#################### Lint ###########################

# New cops added between major versions need to be enabled manually.
# https://docs.rubocop.org/en/stable/versioning/#pending-cops
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true

#################### Style ###########################

Style/Alias:
Expand Down
9 changes: 0 additions & 9 deletions src/api/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ AllCops:
- 'files/*'
- 'db/data_schema.rb'

#################### Lint ###########################

# New cops added between major versions need to be enabled manually.
# https://docs.rubocop.org/en/stable/versioning/#pending-cops
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true

#################### Style ###########################

# We need to allow some variables related to rabbiMQ.
Expand Down

0 comments on commit f601b30

Please sign in to comment.