mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
chore: refactor and cleanup of system services
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user