Skip to content

Commit

Permalink
Merge pull request #1146 from nextcloud/chore/lint_maker/dart_3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leptopoda authored Nov 16, 2023
2 parents 4abf172 + 461077b commit a86b79c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/neon_lints/lib/src/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ analyzer:
flutter_style_todos: ignore
todo: ignore
exclude:
- '**.g.dart'
- "**.g.dart"
linter:
rules:
always_declare_return_types: true
Expand All @@ -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
Expand Down

0 comments on commit a86b79c

Please sign in to comment.