Skip to content

Commit

Permalink
add rubocop exclude for upcoming PR #939
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Jul 9, 2024
1 parent eef4770 commit a21bf0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

RubyVersionGlobalsUsage:
Exclude:
- apipie-rails.gemspec

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Severity, Include.
Expand Down

0 comments on commit a21bf0d

Please sign in to comment.