Skip to content
3 changes: 3 additions & 0 deletions packages/ubuntu_lints/lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ analyzer:
strict-casts: true
strict-raw-types: true

formatter:
trailing_commas: preserve

linter:
rules:
- always_declare_return_types
Expand Down
Loading