mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-28 05:06:38 +00:00
11 lines
130 B
YAML
11 lines
130 B
YAML
include: package:lints/recommended.yaml
|
|
|
|
analyzer:
|
|
exclude:
|
|
- lib/src/generated/**
|
|
|
|
linter:
|
|
rules:
|
|
avoid_print: true
|
|
|