Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Oct 24, 2024
1 parent a99c265 commit a32850d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ linter:
- no_adjacent_strings_in_list
- no_runtimeType_toString
- one_member_abstracts
- package_api_docs
- prefer_const_constructors_in_immutables
- prefer_const_declarations
- prefer_const_literals_to_create_immutables
Expand Down
2 changes: 1 addition & 1 deletion build_cli/test/pubviz_integration_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void main() {
'Could not find an option named "--no-help".': ['--no-help'],
'"foo" is not an allowed value for option "--format".': [
'--format',
'foo'
'foo',
],
'Cannot parse "3.14" into `int` for option "production-port".': [
'--production-port',
Expand Down

0 comments on commit a32850d

Please sign in to comment.