| commit | 2e592b85da1dd25b402d87786b265ffa4a05aff9 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <kevmoo@users.noreply.github.com> | Sat Oct 02 20:59:06 2021 -0700 |
| committer | GitHub <noreply@github.com> | Sat Oct 02 20:59:06 2021 -0700 |
| tree | 63ec66c53137a6b5640b7603b551abf1a1e6d18b | |
| parent | d71db5ef0efc170888f7bbb2fc26c9395927bf8d [diff] |
Move to pkg:lints (dart-lang/term_glyph#25)
diff --git a/pkgs/term_glyph/analysis_options.yaml b/pkgs/term_glyph/analysis_options.yaml index acbc3d0..a7d6f2d 100644 --- a/pkgs/term_glyph/analysis_options.yaml +++ b/pkgs/term_glyph/analysis_options.yaml
@@ -1,4 +1,4 @@ -include: package:pedantic/analysis_options.yaml +include: package:lints/recommended.yaml analyzer: strong-mode:
diff --git a/pkgs/term_glyph/pubspec.yaml b/pkgs/term_glyph/pubspec.yaml index 428f766..e1b26bb 100644 --- a/pkgs/term_glyph/pubspec.yaml +++ b/pkgs/term_glyph/pubspec.yaml
@@ -10,4 +10,5 @@ dev_dependencies: csv: ^5.0.0 dart_style: ^2.0.0 + lints: ^1.0.0 test: ^1.16.0