Sha256: d45051f65b38176fdb2afdcb03668fb5cd648abd680190f1ea54af74dc44aac2
Contents?: true
Size: 556 Bytes
Versions: 2
Compression:
Stored size: 556 Bytes
Contents
<%- if config[:rails] -%> AllCops: RunRailsCops: true Exclude: - "spec/dummy/**/*" - "bin/rails" - "vendor/**/*" <%- end -%> Style/CaseIndentation: IndentOneStep: true Style/MethodDefParentheses: EnforcedStyle: require_no_parentheses Style/NumericLiterals: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: "%r": "()" Style/SingleLineBlockParams: Enabled: false Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/StringLiterals: EnforcedStyle: double_quotes Metrics/LineLength: Max: 120
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gemsmith-5.6.0 | lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt |
gemsmith-5.5.0 | lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt |