Skip to content

Commit

Permalink
Disable some cops
Browse files Browse the repository at this point in the history
Resolves #6
Resolves #7
  • Loading branch information
denzelem committed Apr 3, 2019
1 parent e05cd24 commit db9f01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.yml
Expand Up @@ -876,7 +876,7 @@ Layout/MultilineOperationIndentation:

Layout/RescueEnsureAlignment:
Description: 'Align rescues and ensures correctly.'
Enabled: true
Enabled: false # Temporarily disabled (see #7 and rubocop-hq/rubocop#6771)
VersionAdded: '0.49'

Layout/SpaceAfterColon:
Expand Down Expand Up @@ -1872,7 +1872,7 @@ Naming/MethodName:
Naming/PredicateName:
Description: 'Check the names of predicate methods.'
StyleGuide: '#bool-methods-qmark'
Enabled: true
Enabled: false # It is not very important for us and there are cases where people want to use it (See issue #6)
VersionAdded: '0.50'
VersionChanged: '0.51'
# Predicate name prefixes.
Expand Down

0 comments on commit db9f01e

Please sign in to comment.