Skip to content

Commit

Permalink
Merge pull request #9713 from dmarcoux/remove-unneeded-enable-of-pend…
Browse files Browse the repository at this point in the history
…ing-cops

Remove unneeded enabling of RuboCop pending cops
  • Loading branch information
dmarcoux committed Jun 10, 2020
2 parents ca3835e + f601b30 commit 10ea7e7
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 ###########################

Style/CommentAnnotation:
Expand Down

0 comments on commit 10ea7e7

Please sign in to comment.