Skip to content

Commit

Permalink
add fasterer config
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavrick committed Sep 28, 2023
1 parent f73ebb6 commit cdb1bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .fasterer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ speedups:
reverse_each_vs_reverse_each: true
select_first_vs_detect: true
sort_vs_sort_by: true
fetch_with_argument_vs_block: true
fetch_with_argument_vs_block: false
keys_each_vs_each_key: true
hash_merge_bang_vs_hash_brackets: true
block_vs_symbol_to_proc: true
Expand All @@ -20,4 +20,4 @@ speedups:

exclude_paths:
- 'vendor/**/*.rb'
- 'db/schema.rb'
- 'db/schema.rb'

0 comments on commit cdb1bcf

Please sign in to comment.