Sha256: f116114061c2e3c77e4f4753d74eb874ab4516918c31345eaa580b3502331a3f
Contents?: true
Size: 531 Bytes
Versions: 6
Compression:
Stored size: 531 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: NewCops: enable Exclude: - 'example/db/schema.rb' - 'example/bin/*' - 'vendor/**/*' Style/StringLiterals: Enabled: false Style/Documentation: Enabled: false Style/TrailingCommaInHashLiteral: Enabled: true EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: Enabled: true EnforcedStyleForMultiline: comma Style/TrailingCommaInArguments: Enabled: true EnforcedStyleForMultiline: comma Style/FrozenStringLiteralComment: Enabled: false
Version data entries
6 entries across 6 versions & 1 rubygems