Skip to content

Commit b107660

Browse files
committed
fix a couple lints
1 parent 4f46a13 commit b107660

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ analyzer:
1515
- '**/build/**'
1616
- '**.freezed.dart'
1717
- tool/flutter-sdk/
18+
- case_study/
1819

1920
linter:
2021
rules:
@@ -85,7 +86,6 @@ linter:
8586
# - one_member_abstracts # too many false positives
8687
# - only_throw_errors # https://github.com/flutter/flutter/issues/5792
8788
- overridden_fields
88-
- package_api_docs
8989
- package_names
9090
- package_prefixed_library_names
9191
# - parameter_assignments # we do this commonly

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: _
1+
name: _devtools
22
environment:
33
sdk: ^3.6.0
44
workspace:

0 commit comments

Comments
 (0)