Sha256: e1eae0e15d3166d9fe127af3a546ac7b5dd3cb17616cac73b10af6c89163e247
Contents?: true
Size: 627 Bytes
Versions: 1
Compression:
Stored size: 627 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
orats-5.2.0 | lib/orats/templates/base/.rubocop.yml |