Sha256: d1da29a6a5ef2238d830e2e18ac4d9a37cf51b307a368777a05b9c17829621c7
Contents?: true
Size: 1.25 KB
Versions: 9
Compression:
Stored size: 1.25 KB
Contents
inherit_from: config/rubocop.yml AllCops: DisplayCopNames: true DisplayStyleGuide: true NewCops: enable SuggestExtensions: false TargetRubyVersion: 2.7 Exclude: - '{bin,coverage,pkg,test/fixtures,vendor,tmp}/**/*' - test.rb Layout/LineLength: Max: 80 Lint/DuplicateBranch: Enabled: false Lint/EmptyBlock: Enabled: false Lint/InterpolationCheck: Enabled: false Lint/MissingSuper: Enabled: false Lint/UnusedMethodArgument: AllowUnusedKeywordArguments: true Metrics: Enabled: false Naming/MethodName: Enabled: false Naming/MethodParameterName: Enabled: false Naming/RescuedExceptionsVariableName: PreferredName: error Style/ExplicitBlockArgument: Enabled: false Style/FormatString: EnforcedStyle: percent Style/GuardClause: Enabled: false Style/IdenticalConditionalBranches: Enabled: false Style/IfInsideElse: Enabled: false Style/KeywordParametersOrder: Enabled: false Style/MissingRespondToMissing: Enabled: false Style/MutableConstant: Enabled: false Style/NegatedIfElseCondition: Enabled: false Style/NumericPredicate: Enabled: false Style/ParallelAssignment: Enabled: false Style/PerlBackrefs: Enabled: false Style/SpecialGlobalVars: Enabled: false Style/StructInheritance: Enabled: false
Version data entries
9 entries across 9 versions & 1 rubygems