File: .codeclimate.yml

package info (click to toggle)
ruby-dry-logic 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 536 kB
  • sloc: ruby: 3,305; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
# this file is managed by dry-rb/devtools project

version: "2"

exclude_patterns:
  - "benchmarks/"
  - "examples/"
  - "spec/"

plugins:
  rubocop:
    enabled: true