Skip to content

Commit

Permalink
chore: Update altive_lints for example package
Browse files Browse the repository at this point in the history
  • Loading branch information
riscait committed Nov 17, 2023
1 parent 903b868 commit e1f0c67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"dart.runPubGetOnPubspecChanges": "always",
"cSpell.words": [
"altive",
"bools",
"combinators",
"diffscrape",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
https://dart.dev/tools/linter-rules/all
2 changes: 1 addition & 1 deletion packages/altive_lints/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.8.1"
version: "1.9.0"
characters:
dependency: transitive
description:
Expand Down
3 changes: 1 addition & 2 deletions packages/altive_lints/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ dependencies:
sdk: flutter

dev_dependencies:
altive_lints:
path: ..
altive_lints: any

0 comments on commit e1f0c67

Please sign in to comment.