mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-23 06:23:38 -04: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
|
|
|