Skip to content

Commit

Permalink
Merge pull request #4 from IO-Design-Team/feature/custom-lint-action
Browse files Browse the repository at this point in the history
Add custom_lint action
  • Loading branch information
Rexios80 authored Sep 12, 2024
2 parents 88bb1ec + 78e4b96 commit 4f1d07a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
run: dart format --set-exit-if-changed .
- name: Analyze
run: dart analyze --fatal-infos .
# TODO: Run custom_lint when https://github.com/invertase/dart_custom_lint/issues/271 lands
- name: custom_lint
run: dart run custom_lint

pana:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
pubspec.lock

.DS_Store

*.log
9 changes: 9 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ dependencies:
dev_dependencies:
rexios_lints: ^8.1.0

dependency_overrides:
custom_lint:
git:
prs:
- https://github.com/invertase/dart_custom_lint/pull/272
url: https://github.com/Rexios80/dart_custom_lint
ref: 6056693aece8cb4f8cbd7e60c9e5996cc21cb190
path: packages/custom_lint

platforms:
web:

Expand Down

0 comments on commit 4f1d07a

Please sign in to comment.