Sha256: aac24618c7f0fde45b3b13bfb8fbcdb239e4f77182abfe63ecb3a0fc04dfb383
Contents?: true
Size: 347 Bytes
Versions: 2
Compression:
Stored size: 347 Bytes
Contents
version: "2" plugins: rubocop: enabled: true checks: Rubocop/AllCops: TargetRubyVersion: 2.2 Rubocop/Metrics/ClassLength: Max: 150 Rubocop/Metrics/LineLength: Max: 100 Rubocop/Metrics/MethodLength: Max: 20 exclude_patterns: - "benchmarks/" - "bin/" - "examples/" - "spec/"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dry-view-0.7.0 | .codeclimate.yml |
dry-view-0.6.0 | .codeclimate.yml |