gitbeaker/.codeclimate.yml
Justin Dalrymple f8828b1ea1
Additional Minor Updates (#3228)
* Set merges to main to automatically run full ci pipeline
* Updating codeclimate config again after re-validation

* Bump nx from 16.0.0 to 16.0.1

Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 16.0.0 to 16.0.1.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.0.1/packages/nx)

---
updated-dependencies:
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
2023-04-28 23:54:30 -04:00

15 lines
188 B
YAML

version: '2'
checks:
similar-code:
enabled: false
file-lines:
enabled: false
method-count:
enabled: false
exclude_patterns:
- "**/test/"
- "**/*.d.ts"
- ".yarn/"