Sha256: 8c773e49140520f2b45e8572b5ff4c74627871e52d2615cc1fa9532b2b3ad07e
Contents?: true
Size: 1011 Bytes
Versions: 4
Compression:
Stored size: 1011 Bytes
Contents
AllCops: Exclude: - 'vendor/**/*' - 'tmp/**/*' TargetRubyVersion: 2.4 Style/FrozenStringLiteralComment: EnforcedStyle: always Layout/EndOfLine: EnforcedStyle: lf Layout/ClassStructure: Enabled: true Categories: module_inclusion: - include - prepend - extend ExpectedOrder: - module_inclusion - constants - public_class_methods - initializer - instance_methods - protected_methods - private_methods Layout/IndentHeredoc: EnforcedStyle: squiggly Lint/AmbiguousBlockAssociation: Exclude: - 'test/**/*.rb' Lint/InterpolationCheck: Exclude: - 'test/**/*.rb' Metrics/BlockLength: Exclude: - 'Rakefile' - '**/*.rake' - 'test/**/*.rb' - '*.gemspec' Metrics/ModuleLength: Exclude: - 'test/**/*.rb' Metrics/ParameterLists: CountKeywordArgs: false Naming/UncommunicativeMethodParamName: AllowedNames: - x - y - i - p - n - r - g - b - to - '_'
Version data entries
4 entries across 4 versions & 3 rubygems
Version | Path |
---|---|
rooted-0.4.0 | .rubocop.yml |
rooted_tree-0.3.5 | .rubocop.yml |
rooted_tree-0.3.4 | .rubocop.yml |
adam6050-0.1.4 | .rubocop.yml |