Skip to content

Commit

Permalink
Make an exception for Style/MapIntoArray when testing #each.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Apr 27, 2024
1 parent 7f7edae commit bcb0d65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ inherit_gem:
#
# ronin-wordlists specific exceptions
#

# make an exception for when we need to test the #each method directly
Style/MapIntoArray:
Exclude:
- 'spec/cache_dir_spec.rb'
- 'spec/search_paths_spec.rb'
- 'spec/wordlist_dir_spec.rb'

0 comments on commit bcb0d65

Please sign in to comment.