Sha256: 879322a8f389612d00d839c05e8ef29d426ab889475f4042c35440eee0b2e982
Contents?: true
Size: 1.43 KB
Versions: 1
Compression:
Stored size: 1.43 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/AmbiguousBlockAssociation: Enabled: false Lint/DuplicateBranch: Enabled: false Lint/EmptyBlock: Enabled: false Lint/InterpolationCheck: Enabled: false Lint/MissingSuper: Enabled: false Lint/RedundantRequireStatement: Enabled: false Lint/UnusedMethodArgument: AllowUnusedKeywordArguments: true Metrics: Enabled: false Naming/MethodName: Enabled: false Naming/MethodParameterName: Enabled: false Naming/RescuedExceptionsVariableName: PreferredName: error Style/CaseEquality: Enabled: false Style/ExplicitBlockArgument: Enabled: false Style/FormatString: Enabled: false Style/GuardClause: Enabled: false Style/IdenticalConditionalBranches: Enabled: false Style/IfInsideElse: Enabled: false Style/IfWithBooleanLiteralBranches: 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
syntax_tree-4.3.0 | .rubocop.yml |