File: .codeclimate.yml

package info (click to toggle)
ruby-fogbugz 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: ruby: 199; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 112 bytes parent folder | download
1
2
3
4
5
6
7
8
9
engines:
  rubocop:
    enabled: true
  fixme:
    enabled: true
ratings:
  paths:
    - "lib/**"
    - "**.rb"