Skip to content

Commit

Permalink
Use "Naming" namespace in Rubocop instead of "Style"
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed Aug 7, 2018
1 parent 0785968 commit dd5996d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Expand Up @@ -25,7 +25,7 @@ RSpec/MultipleExpectations:
Enabled: false
Rails/TimeZone:
Enabled: false
Style/PredicateName:
Naming/PredicateName:
Exclude:
- "lib/valkyrie/resource.rb"
- "lib/valkyrie/persistence/solr/queries/default_paginator.rb"
Expand Down

0 comments on commit dd5996d

Please sign in to comment.