Sha256: 13f452610e4a6b938f41fab4421261a93bdc0ca568ea8d172310a350c3696b6e
Contents?: true
Size: 714 Bytes
Versions: 5
Compression:
Stored size: 714 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: NewCops: enable TargetRubyVersion: 2.5 Exclude: - 'bin/**/*' - 'db/**/*' - 'vagrant/**/*' - 'vendor/**/*' - 'spec/**/*' - 'lib/generators/**/*' - 'node_modules/**/*' - 'test/dummy/**/*' - 'test/dummy/config/**/*' Metrics: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: '%': '[]' '%i': '[]' '%q': '[]' '%Q': '[]' '%r': '[]' '%s': '[]' '%w': '[]' '%W': '[]' '%x': '[]' Style/Documentation: Enabled: false Style/GuardClause: Enabled: false Style/ClassAndModuleChildren: Enabled: false Layout/TrailingEmptyLines: Enabled: true Layout/LineLength: Max: 1000
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
scribo-1.0.44 | .rubocop.yml |
scribo-1.0.43 | .rubocop.yml |
scribo-1.0.42 | .rubocop.yml |
scribo-1.0.41 | .rubocop.yml |
scribo-1.0.40 | .rubocop.yml |