Skip to content

Commit

Permalink
Add args dependency; move internal tooling to tool dir; add documenta…
Browse files Browse the repository at this point in the history
…tion link and pub topics (#118)

* Add `args` dependency; move internal tooling to `tool` dir

* Add documentation link and pub topics
  • Loading branch information
yurii-prykhodko-solid authored Jan 30, 2024
1 parent 4d980c9 commit 650ffbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Generate documentation files
run: >
dart run bin/generate_web_docs_content.dart
dart run tool/generate_web_docs_content.dart
--path lib/src/lints
--docs-dir doc/docusaurus/docs/2_custom_lints
--readme README.md
Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description:
practices.
version: 0.1.2
homepage: https://github.com/solid-software/solid_lints/
documentation: https://solid-software.github.io/solid_lints/docs/intro
topics: [lints, linter, lint, analysis, analyzer]

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -17,8 +19,8 @@ dependencies:
yaml: ^3.1.2

dev_dependencies:
args: ^2.4.2
# These packages are mandatory for some of tests
flutter:
sdk: flutter
test: ^1.24.6

File renamed without changes.

0 comments on commit 650ffbb

Please sign in to comment.