Sha256: 6bb3075497369bdf51c106e9bf940a01178ec85e4c7e4f3a4678d170ef49cb75
Contents?: true
Size: 990 Bytes
Versions: 1
Compression:
Stored size: 990 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: NewCops: enable DisabledByDefault: true require: - rubocop-rake - rubocop-rspec Style/FrozenStringLiteralComment: Enabled: true EnforcedStyle: never Layout/HashAlignment: Enabled: true EnforcedHashRocketStyle: key # キーが全角文字の場合が多いため Lint/AssignmentInCondition: Enabled: true Lint/DuplicateBranch: Enabled: false # FIXME Lint/UnderscorePrefixedVariableName: Enabled: true Naming/AccessorMethodName: Enabled: true RSpec/DescribedClass: Enabled: true Style/ClassAndModuleChildren: Enabled: true Style/Encoding: Enabled: true Style/ExpandPathArguments: Enabled: true Style/HashLikeCase: Enabled: true Style/NegatedIf: Enabled: true Style/RedundantAssignment: Enabled: true Style/RedundantReturn: Enabled: true Style/RescueStandardError: Enabled: true Style/SafeNavigation: Enabled: true Style/StringLiterals: Enabled: true Style/GuardClause: Enabled: true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jkf-0.5.1 | .rubocop.yml |