Skip to content

Commit

Permalink
Merge pull request #5 from katalyst/feature/disable-style-collection-…
Browse files Browse the repository at this point in the history
…methods

Disable style collection methods
  • Loading branch information
sfnelson authored Aug 29, 2022
2 parents b2d32c0 + 4b9126d commit 48b60a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubocop-katalyst (0.1.1)
rubocop-katalyst (1.0.0)
rubocop
rubocop-performance
rubocop-rails
Expand Down Expand Up @@ -79,12 +79,7 @@ PLATFORMS
DEPENDENCIES
rake
rspec
rubocop
rubocop-katalyst!
rubocop-performance
rubocop-rails
rubocop-rake
rubocop-rspec

BUNDLED WITH
2.3.21
2 changes: 1 addition & 1 deletion config/rubocop-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Style/ClassVars:
Enabled: false

Style/CollectionMethods:
Enabled: true
Enabled: false
PreferredMethods:
find: detect
inject: reduce
Expand Down

0 comments on commit 48b60a9

Please sign in to comment.