Sha256: 2f074120138068f0516a06d4f82480b182b7e9fad586ae23e7b6c8eb0240cfc9
Contents?: true
Size: 1.24 KB
Versions: 6
Compression:
Stored size: 1.24 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: Enabled: false 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
syntax_tree-3.6.3 | .rubocop.yml |
syntax_tree-3.6.2 | .rubocop.yml |
syntax_tree-3.6.1 | .rubocop.yml |
syntax_tree-3.6.0 | .rubocop.yml |
syntax_tree-3.5.0 | .rubocop.yml |
syntax_tree-3.4.0 | .rubocop.yml |