Sha256: 98db1e29e1fea0175f2b0acd1788bf0c6b145d171b96372b839cd9e8c6991bd5
Contents?: true
Size: 663 Bytes
Versions: 2
Compression:
Stored size: 663 Bytes
Contents
AllCops: TargetRubyVersion: 2.1 Exclude: - 'db/**/*' - 'log/**/*' - 'tmp/**/*' Documentation: # Skips checking to make sure top level modules / classes have a comment. Enabled: false Style/ClassAndModuleChildren: # Skips checking the style of children definitions at classes and modules. # # Basically there are two different styles: # # `nested` - have each child on a separate line # class Foo # class Bar # end # end # # `compact` - combine definitions as much as possible # class Foo::Bar # end # # With it disabled, either or is valid. Enabled: false Style/MixinUsage: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
orats-5.2.2 | lib/orats/templates/base/.rubocop.yml |
orats-5.2.1 | lib/orats/templates/base/.rubocop.yml |