Sha256: 6c07b9edec258a2a1de8125f691d6c0e37219f39729fad9c675ac8d78de761bd
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 KB
Contents
AllCops: Exclude: - 'bin/*' - 'db/schema.rb' - 'node_modules/**/*' - 'vendor/**/*' TargetRubyVersion: 2.4 Layout/IndentationConsistency: EnforcedStyle: normal Lint/AssignmentInCondition: Enabled: false Lint/Debugger: Enabled: true Lint/DefEndAlignment: AutoCorrect: true Lint/EndAlignment: AutoCorrect: true EnforcedStyleAlignWith: keyword Metrics/LineLength: Enabled: false Max: 100 Naming/FileName: Description: Use snake_case for source file names. StyleGuide: https://github.com/bbatsov/ruby-style-guide#snake-case-files Enabled: false Rails: Enabled: true Style/Alias: EnforcedStyle: prefer_alias_method Style/AsciiComments: Enabled: false Style/AutoResourceCleanup: Enabled: true Style/ClassAndModuleChildren: Enabled: false Style/CollectionMethods: Description: Preferred collection methods. StyleGuide: https://github.com/bbatsov/ruby-style-guide#map-find-select-reduce-size Enabled: true PreferredMethods: collect: map collect!: map! find: detect find_all: select reduce: inject Style/Documentation: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: '%i': '()' '%I': '()' '%r': '{}' '%w': '()' '%W': '()' Style/StringLiterals: EnforcedStyle: single_quotes
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-template-1.0.1 | default.yml |