.codeclimate.yml in dry-configurable-0.8.3 vs .codeclimate.yml in dry-configurable-0.9.0
- old
+ new
@@ -1,23 +1,12 @@
-engines:
+# this file is managed by dry-rb/devtools project
+
+version: "2"
+
+exclude_patterns:
+ - "benchmarks/"
+ - "examples/"
+ - "spec/"
+
+plugins:
rubocop:
enabled: true
- checks:
- Rubocop/Metrics/LineLength:
- enabled: true
- max: 120
- Rubocop/Style/Documentation:
- enabled: false
- Rubocop/Lint/HandleExceptions:
- enabled: true
- exclude:
- - rakelib/*.rake
- Rubocop/Style/FileName:
- enabled: true
- exclude:
- - lib/dry-configurable.rb
-ratings:
- paths:
- - lib/**/*.rb
- exclude_paths:
- - spec/**/*
- - examples/**/*