Skip to content

Commit

Permalink
Make rubocop exceptions for when we comment out code in Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 27, 2024
1 parent 0e8f408 commit 5f7eb88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ inherit_gem:
#
# community-pocs specific exceptions
#
Layout/LeadingCommentSpace:
Exclude:
- 'Gemfile'
Layout/CommentIndentation:
Exclude:
- 'Gemfile'
Naming/FileName:
Exclude:
- 'spec/exploits/*/CVE-*_spec.rb'
Expand Down

0 comments on commit 5f7eb88

Please sign in to comment.