Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszpolanski committed Dec 1, 2023
1 parent 7629cd1 commit 2b93bdf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
20 changes: 19 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
include: package:klar_dart_lints/recommended.yaml
#include: package:lint/analysis_options.yaml

analyzer:

linter:
rules:
close_sinks: true
sort_constructors_first: false
avoid_classes_with_only_static_members: false
avoid_void_async: false
avoid_positional_boolean_parameters: false
avoid_function_literals_in_foreach_calls: false
prefer_constructors_over_static_methods: false
sort_unnamed_constructors_first: false
sized_box_for_whitespace: false
sort_pub_dependencies: false
directives_ordering: false
noop_primitive_operations: false
use_build_context_synchronously: false
6 changes: 1 addition & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@ dependencies:
url_launcher: ^6.1.6

dev_dependencies:
klar_dart_lints:
git:
url: [email protected]:klar-mx/klar-dart-lints.git
ref: 1.11.0

lint: ^2.1.2

0 comments on commit 2b93bdf

Please sign in to comment.