Skip to content

Commit

Permalink
Add analysis_options to root
Browse files Browse the repository at this point in the history
  • Loading branch information
riscait committed Dec 30, 2023
1 parent c52128b commit 9ad83a8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
"unawaited",
"writeln"
],
"cSpell.ignorePaths": [
"package-lock.json",
"pubspec.lock",
"node_modules",
"vscode-extension",
".git/objects",
".vscode",
".vscode-insiders"
],
"yaml.schemas": {
"https://json.schemastore.org/yamllint.json": [
"*.yaml",
Expand Down
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: package:altive_lints/altive_lints.yaml
8 changes: 8 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
altive_lints:
dependency: "direct dev"
description:
name: altive_lints
sha256: ba89baff059dd26160d8299a35de6e9ab3455c24d963c2b8bcf927628dfc4e2a
url: "https://pub.dev"
source: hosted
version: "1.9.0"
ansi_styles:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ environment:
sdk: ^3.0.0

dev_dependencies:
altive_lints: ^1.9.0
melos: ^3.1.1

0 comments on commit 9ad83a8

Please sign in to comment.