Skip to content

Commit

Permalink
Make rubocop happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 24, 2023
1 parent cec9dd7 commit 43bfa3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ inherit_gem:
Layout/ArgumentAlignment:
Exclude:
- lib/ronin/brute/http_bruteforcer.rb

# we actually need to ignore the Async::TimeoutError exception here
Lint/SuppressedException:
Exclude:
- lib/ronin/brute/mixins/login_timeout.rb

0 comments on commit 43bfa3d

Please sign in to comment.