Sha256: 9d09c7d6735e77bc94926ad979f75b16ce175e2685a1fbe322def2cdf55591c8
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
AllCops: # Include gemspec and Rakefile Include: - "lib/**/*.rb" - "lib/**/*.rake" - "spec/**/*.rb" Exclude: - "bin/**/*" - "lib/localer/ext/*.rb" - "Appraisals" - "Gemfile" - "Rakefile" - "*.gemspec" - "spec/dummy_app/" DisplayCopNames: true StyleGuideCopsOnly: false TargetRubyVersion: 2.4 Naming/AccessorMethodName: Enabled: false Style/PercentLiteralDelimiters: Enabled: false Style/TrivialAccessors: Enabled: false Style/Documentation: Exclude: - "spec/**/*.rb" Style/StringLiterals: Enabled: false Style/BlockDelimiters: Exclude: - "spec/**/*.rb" Style/DoubleNegation: Enabled: false Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Layout/SpaceInsideStringInterpolation: EnforcedStyle: no_space Lint/AmbiguousRegexpLiteral: Enabled: false Lint/AmbiguousBlockAssociation: Enabled: false Metrics/MethodLength: Exclude: - "spec/**/*.rb" Layout/LineLength: Max: 120 Exclude: - "spec/**/*.rb" Metrics/BlockLength: Exclude: - "spec/**/*.rb" Security/YAMLLoad: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
localer-0.2.0 | .rubocop.yml |