Sha256: 74900aab46de43aeedc4ef69b0c0ef0294c48a4cd30ec2ff087cd6e37b23388a
Contents?: true
Size: 565 Bytes
Versions: 4
Compression:
Stored size: 565 Bytes
Contents
AllCops: TargetRubyVersion: 2.0 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
orats-5.0.3 | .rubocop.yml |
orats-5.0.2 | .rubocop.yml |
orats-5.0.1 | .rubocop.yml |
orats-5.0.0 | .rubocop.yml |