chore: refactor and cleanup of system services

This commit is contained in:
Jagandeep Brar
2022-05-10 21:16:16 -04:00
parent dc94c036d1
commit c2ac10bdf2
294 changed files with 770 additions and 654 deletions

View File

@@ -6,15 +6,12 @@ analyzer:
linter:
rules:
avoid_function_literals_in_foreach_calls: false
avoid_positional_boolean_parameters: false
avoid_types_on_closure_parameters: false
constant_identifier_names: false
lines_longer_than_80_chars: false
omit_local_variable_types: false
one_member_abstracts: false
public_member_api_docs: false
always_use_package_imports: true
# Will be disabled and required once other linting rules have been fixed
prefer_relative_imports: false
curly_braces_in_flow_control_structures: false
unnecessary_this: false
avoid_catches_without_on_clauses: false