File: .codeclimate.yml

package info (click to toggle)
node-readable-stream 3.6.0%2B~cs3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,996 kB
  • sloc: javascript: 20,337; makefile: 13; sh: 8
file content (15 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file is automatically generated by a `metapak`
# module. Do not change it elsewhere, changes would
# be overridden.
engines:
  eslint:
    enabled: true

ratings:
   paths:
   - "src/*.js tests/*.mocha.js"
## Exclude test files.
exclude_patterns:
- "dist/"
- "**/node_modules/"
- "tests/*.mocha.js"