This repository has been archived on 2026-03-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2025-03-24 12:52:53 +00:00
|
|
|
version: "2"
|
2023-05-19 10:58:52 +02:00
|
|
|
run:
|
|
|
|
|
allow-parallel-runners: true
|
2025-03-24 12:52:53 +00:00
|
|
|
linters:
|
|
|
|
|
exclusions:
|
|
|
|
|
generated: lax
|
|
|
|
|
presets:
|
|
|
|
|
- comments
|
|
|
|
|
- common-false-positives
|
|
|
|
|
- legacy
|
|
|
|
|
- std-error-handling
|
|
|
|
|
paths:
|
|
|
|
|
- third_party$
|
|
|
|
|
- builtin$
|
|
|
|
|
- examples$
|
|
|
|
|
formatters:
|
|
|
|
|
exclusions:
|
|
|
|
|
generated: lax
|
|
|
|
|
paths:
|
|
|
|
|
- third_party$
|
|
|
|
|
- builtin$
|
|
|
|
|
- examples$
|