diff --git a/.vscode/settings.json b/.vscode/settings.json index 91d7878..294a0cc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "dart.runPubGetOnPubspecChanges": "always", "cSpell.words": [ + "altive", "bools", "combinators", "diffscrape", diff --git a/README.md b/README.md index 7b4d0b4..46aca7f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,6 @@ include: package:altive_lints/all_lint_rules.yaml 3. Add your rules if needed. -## All Lint Rules +## Related All Lint Rules -https://dart-lang.github.io/linter/lints/options/options.html \ No newline at end of file +https://dart.dev/tools/linter-rules/all \ No newline at end of file diff --git a/packages/altive_lints/example/pubspec.lock b/packages/altive_lints/example/pubspec.lock index fef8ae4..aae0797 100644 --- a/packages/altive_lints/example/pubspec.lock +++ b/packages/altive_lints/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "1.8.1" + version: "1.9.0" characters: dependency: transitive description: diff --git a/packages/altive_lints/example/pubspec.yaml b/packages/altive_lints/example/pubspec.yaml index a5a4486..ee7f49f 100644 --- a/packages/altive_lints/example/pubspec.yaml +++ b/packages/altive_lints/example/pubspec.yaml @@ -10,5 +10,4 @@ dependencies: sdk: flutter dev_dependencies: - altive_lints: - path: .. + altive_lints: any