Browse Source

Merge pull request #1146 from nextcloud/chore/lint_maker/dart_3.2

pull/671/head
Nikolas Rimikis 1 year ago committed by GitHub
parent
commit
a86b79c46e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      packages/neon_lints/lib/src/base.yaml

3
packages/neon_lints/lib/src/base.yaml

@ -7,7 +7,7 @@ analyzer:
flutter_style_todos: ignore
todo: ignore
exclude:
- '**.g.dart'
- "**.g.dart"
linter:
rules:
always_declare_return_types: true
@ -16,6 +16,7 @@ linter:
always_specify_types: false
always_use_package_imports: true
annotate_overrides: true
annotate_redeclares: true
avoid_annotating_with_dynamic: false
avoid_bool_literals_in_conditional_expressions: true
avoid_catches_without_on_clauses: false

Loading…
Cancel
Save