Sha256: ec2fd1f0a25f2fe5ed69aece267c4c7fd1ac92f4f3155e0e5b2d939797056407
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
inherit_from: .rubocop_todo.yml AllCops: NewCops: enable DisabledByDefault: true require: - rubocop-rake - rubocop-rspec - rubocop-performance 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 Performance/StringInclude: Enabled: true Performance/RegexpMatch: Enabled: true Performance/MapCompact: Enabled: true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jkf-0.5.2 | .rubocop.yml |