|
|
|
@ -6,23 +6,6 @@
|
|
|
|
|
# Note that changes in the inspected code, or installation of new
|
|
|
|
|
# versions of RuboCop, may require this file to be generated again.
|
|
|
|
|
|
|
|
|
|
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
|
|
|
|
|
Metrics/AbcSize:
|
|
|
|
|
Max: 82
|
|
|
|
|
|
|
|
|
|
# Configuration parameters: CountBlocks, CountModifierForms, Max.
|
|
|
|
|
Metrics/BlockNesting:
|
|
|
|
|
Exclude:
|
|
|
|
|
- 'lib/tasks/mastodon.rake'
|
|
|
|
|
|
|
|
|
|
# Configuration parameters: AllowedMethods, AllowedPatterns.
|
|
|
|
|
Metrics/CyclomaticComplexity:
|
|
|
|
|
Max: 25
|
|
|
|
|
|
|
|
|
|
# Configuration parameters: AllowedMethods, AllowedPatterns.
|
|
|
|
|
Metrics/PerceivedComplexity:
|
|
|
|
|
Max: 27
|
|
|
|
|
|
|
|
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
|
|
|
# Configuration parameters: AllowedVars, DefaultToNil.
|
|
|
|
|
Style/FetchEnvVar:
|
|
|
|
|