Skip to content

Commit

Permalink
add a top level pubspec to silence the analysis_options.yaml lint (#3485
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jakemac53 committed Apr 17, 2023
1 parent 6ff6311 commit a34aa32
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file only exists to enable the top level shared analysis_options.yaml
# file to import package:lints.
name: _for_analysis_options_only
publish_to: none
environment:
sdk: ">=2.12.0 <4.0.0"
dev_dependencies:
lints: ^2.0.0

0 comments on commit a34aa32

Please sign in to comment.