mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
* 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 ...
15 lines
188 B
YAML
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/"
|