diff --git a/docs/linting.md b/docs/linting.md index 977324375..a4f71a689 100644 --- a/docs/linting.md +++ b/docs/linting.md @@ -48,7 +48,8 @@ or "only": ["array", "of", "cops", "to", "run"], "except": ["array", "of", "cops", "not", "to", "run"], "require": ["array", "of", "ruby", "files", "to", "require"], - "rails": true // requires rubocop-rails gem for RuboCop >= 0.72.0 + "rails": true, // requires rubocop-rails gem for RuboCop >= 0.72.0 + "forceExclusion": true // for ignoring the excluded files from rubocop.yml } } ```