Skip to content

Commit

Permalink
refactor: removed unnecessary linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
BasakK6 committed Sep 28, 2023
1 parent 7437e5a commit 71807dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ linter:
only_throw_errors: true
overridden_fields: true
package_prefixed_library_names: true
parameter_assignments: true
prefer_adjacent_string_concatenation: true
prefer_asserts_in_initializer_lists: true
prefer_asserts_with_message: true
Expand Down Expand Up @@ -159,7 +158,6 @@ linter:
use_named_constants: true
use_raw_strings: true
use_rethrow_when_possible: true
use_setters_to_change_properties: true
use_string_buffers: true
use_test_throws_matchers: true
use_to_and_as_if_applicable: true
Expand Down

0 comments on commit 71807dd

Please sign in to comment.