Skip to content

Commit

Permalink
Disable the rubocop Layout/SpaceAroundOperators rule for exploits.
Browse files Browse the repository at this point in the history
* imo, this is overkill for PoC exploit code.
  • Loading branch information
postmodern committed May 18, 2024
1 parent f43c71d commit ee71373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Style/FrozenStringLiteralComment: { Enabled: false }
Style/Documentation: { Enabled: false }
Style/SignalException: { Enabled: false }
Layout/FirstHashElementIndentation: { Enabled: false }
Layout/SpaceAroundOperators: { Enabled: false }

0 comments on commit ee71373

Please sign in to comment.