Skip to content

Commit

Permalink
Update names of cops in our Rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Rogers committed Sep 15, 2017
1 parent 68caacc commit bf2fc41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ Style/AsciiComments:
Enabled: false

# Allow method names beginning with capital letters to match Salesforce conventions
Style/MethodName:
Naming/MethodName:
Enabled: false

Metrics/BlockLength:
Exclude:
- spec/**/*
- restforce.gemspec

Metrics/FileName:
Naming/FileName:
Exclude:
- Gemfile
- Guardfile
4 changes: 2 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Metrics/PerceivedComplexity:
Max: 10

# Offense count: 12
Style/AccessorMethodName:
Naming/AccessorMethodName:
Enabled: false

# Offense count: 164
Expand Down Expand Up @@ -86,7 +86,7 @@ Layout/MultilineOperationIndentation:

# Offense count: 21
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
Style/PredicateName:
Naming/PredicateName:
Enabled: false

# Offense count: 4
Expand Down

0 comments on commit bf2fc41

Please sign in to comment.