mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
Init repo
This commit is contained in:
commit
764b6034e3
566 changed files with 212335 additions and 0 deletions
19
analysis_options.yaml
Normal file
19
analysis_options.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
include: package:lints/recommended.yaml
|
||||
|
||||
analyzer:
|
||||
exclude: [build/**, lib/jellyfin/**]
|
||||
language:
|
||||
# strict-casts: false
|
||||
# strict-raw-types: true
|
||||
plugins:
|
||||
- custom_lint
|
||||
|
||||
linter:
|
||||
rules:
|
||||
cancel_subscriptions: true
|
||||
avoid_print: false # Uncomment to disable the `avoid_print` rule
|
||||
no_logic_in_create_state: true
|
||||
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
|
||||
prefer_relative_imports: false
|
||||
avoid_relative_lib_imports: true
|
||||
eol_at_end_of_file: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue