Sha256: fee9fd161d461096af0b46dd17852c470fd9b6db93b00d2dc98f24c2fdc8b312
Contents?: true
Size: 488 Bytes
Versions: 1
Compression:
Stored size: 488 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: Exclude: - 'spec/fixtures/**/*' TargetRubyVersion: 2.3 Layout/EndOfLine: EnforcedStyle: lf Lint/AmbiguousBlockAssociation: Exclude: - 'spec/**/*.rb' Metrics/BlockLength: Exclude: - 'Rakefile' - '**/*.rake' - 'spec/**/*.rb' - '**/*.gemspec' Metrics/MethodLength: Exclude: - 'spec/**/*.rb' Metrics/ModuleLength: Exclude: - 'spec/**/*.rb' Naming/UncommunicativeMethodParamName: MinNameLength: 1
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
at_coder_friends-0.4.0 | .rubocop.yml |