Skip to content

Commit cf02800

Browse files
committed
Get rid of import_sorter
As much as I love import_sorter, it's an extra overhead that I need to remember, as do external contributors, and that's not feasible. Or well it is, but the gain is very little.
1 parent ec4327f commit cf02800

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
fmt:
2-
dart run import_sorter:main
3-
41
lint:
52
dart analyze
63

pubspec.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,10 @@ dependencies:
2525
dev_dependencies:
2626
archive: ^3.3.5
2727
build_runner:
28-
import_sorter: ^4.6.0
2928
lints: ^3.0.0
3029
process_run: ^0.12.5+2
3130
test:
3231

3332
environment:
3433
sdk: ">=3.0.0 <4.0.0"
3534

36-
import_sorter:
37-
comments: false

0 commit comments

Comments
 (0)