Sha256: 3769e12a0ea398ea793da960cb10d99a6d5a1b87d083176b414ab6fba74eab74
Contents?: true
Size: 847 Bytes
Versions: 2
Compression:
Stored size: 847 Bytes
Contents
require: - rubocop-performance - rubocop-rake AllCops: NewCops: enable Exclude: - bin/**/* - db/schema.rb - db/migrate/*.rb - node_modules/**/* - tmp/**/* - vendor/**/* Layout/LineLength: Enabled: false Metrics/AbcSize: Enabled: false Metrics/BlockLength: Enabled: false Metrics/BlockNesting: Enabled: false Metrics/ClassLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/MethodLength: Enabled: false Metrics/ModuleLength: Enabled: false Metrics/ParameterLists: Enabled: false Metrics/PerceivedComplexity: Enabled: false Rake/Desc: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/AccessModifierDeclarations: Enabled: false Style/Documentation: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubocop-standard-5.1.2 | config/default.yml |
rubocop-standard-5.1.1 | config/default.yml |