Skip to content

Commit

Permalink
Update analysis options
Browse files Browse the repository at this point in the history
  • Loading branch information
DavBfr committed Feb 12, 2025
1 parent fb908fe commit 9f54667
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pdf/hacen-tunisia.ttf:
format: format-dart format-clang format-swift

format-dart: $(DART_SRC)
$(DART_BIN) format --fix $^
$(DART_BIN) format $^

format-clang: $(CLNG_SRC)
clang-format -style=Chromium -i $^
Expand Down
1 change: 0 additions & 1 deletion demo/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ linter:
- flutter_style_todos
- no_adjacent_strings_in_list
- omit_local_variable_types
- package_api_docs
- prefer_asserts_in_initializer_lists
- prefer_final_locals
- prefer_foreach
Expand Down
1 change: 0 additions & 1 deletion pdf/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ linter:
- flutter_style_todos
- no_adjacent_strings_in_list
- omit_local_variable_types
- package_api_docs
- prefer_asserts_in_initializer_lists
- prefer_final_locals
- prefer_foreach
Expand Down
1 change: 0 additions & 1 deletion printing/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ linter:
- no_adjacent_strings_in_list
- no_default_cases
- omit_local_variable_types
- package_api_docs
- parameter_assignments
- prefer_asserts_in_initializer_lists
- prefer_const_constructors_in_immutables
Expand Down
1 change: 0 additions & 1 deletion widget_wrapper/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ linter:
- flutter_style_todos
- no_adjacent_strings_in_list
- omit_local_variable_types
- package_api_docs
- prefer_asserts_in_initializer_lists
- prefer_final_locals
- prefer_foreach
Expand Down

0 comments on commit 9f54667

Please sign in to comment.