fix: update linting exclusions for generated directories
This commit is contained in:
parent
6a2605a95d
commit
e2acd2708c
1 changed files with 5 additions and 1 deletions
|
|
@ -76,6 +76,10 @@ linters:
|
||||||
- name: empty-lines
|
- name: empty-lines
|
||||||
- name: early-return
|
- name: early-return
|
||||||
exclusions:
|
exclusions:
|
||||||
|
paths:
|
||||||
|
- stackit-sdk-generator/
|
||||||
|
- generated/
|
||||||
|
- pkg_gen/
|
||||||
generated: lax
|
generated: lax
|
||||||
warn-unused: true
|
warn-unused: true
|
||||||
# Excluding configuration per-path, per-linter, per-text and per-source.
|
# Excluding configuration per-path, per-linter, per-text and per-source.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue