Skip to content

Commit 650ffbb

Browse files
Add args dependency; move internal tooling to tool dir; add documentation link and pub topics (#118)
* Add `args` dependency; move internal tooling to `tool` dir * Add documentation link and pub topics
1 parent 4d980c9 commit 650ffbb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/gh-pages-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Generate documentation files
2929
run: >
30-
dart run bin/generate_web_docs_content.dart
30+
dart run tool/generate_web_docs_content.dart
3131
--path lib/src/lints
3232
--docs-dir doc/docusaurus/docs/2_custom_lints
3333
--readme README.md

pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description:
44
practices.
55
version: 0.1.2
66
homepage: https://github.com/solid-software/solid_lints/
7+
documentation: https://solid-software.github.io/solid_lints/docs/intro
8+
topics: [lints, linter, lint, analysis, analyzer]
79

810
environment:
911
sdk: '>=3.0.0 <4.0.0'
@@ -17,8 +19,8 @@ dependencies:
1719
yaml: ^3.1.2
1820

1921
dev_dependencies:
22+
args: ^2.4.2
2023
# These packages are mandatory for some of tests
2124
flutter:
2225
sdk: flutter
2326
test: ^1.24.6
24-

0 commit comments

Comments
 (0)