Sha256: de9e15a2d606b8948f9d9874e2fc2c29455ac96b93c9c546e343ba8e24b0c544
Contents?: true
Size: 449 Bytes
Versions: 1
Compression:
Stored size: 449 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: Exclude: - 'spec/fixtures/**/*' TargetRubyVersion: 2.3 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.5.0 | .rubocop.yml |