8000
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.
Enabled
1 parent 99022d9 commit 60ecb00Copy full SHA for 60ecb00
lib/rubocop/config_validator.rb
@@ -7,7 +7,8 @@ class ConfigValidator
7
extend SimpleForwardable
8
9
# @api private
10
- COMMON_PARAMS = %w[Exclude Include Severity inherit_mode AutoCorrect StyleGuide Details].freeze
+ COMMON_PARAMS = %w[Exclude Include Severity inherit_mode AutoCorrect StyleGuide Details
11
+ Enabled].freeze
12
13
INTERNAL_PARAMS = %w[Description StyleGuide
14
VersionAdded VersionChanged VersionRemoved
0 commit comments