We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a6185 commit e65532aCopy full SHA for e65532a
lib/rubocop/cop/lint/detect_metadata_trailing_leading_whitespace.rb
@@ -20,7 +20,7 @@ module Lint
20
class DetectMetadataTrailingLeadingWhitespace < Base
21
extend AutoCorrector
22
MSG = 'Metadata key or value has leading or trailing whitespace.'
23
- EXEMPT_KEYS = %w[Description Payload].freeze
+ EXEMPT_KEYS = %w[Description Payload BadChars].freeze
24
25
# Called for every method definition node
26
# Only processes the initialize method
0 commit comments