Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 840146c

Browse files
authored
build: activate check_unused_files on CI (#635)
1 parent 5483156 commit 840146c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/package_analyze.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
with:
6666
github_token: ${{ secrets.GITHUB_TOKEN }}
6767
folders: "bin, example, lib, test"
68+
check_unused_files: true
69+
check_unused_files_folders: "bin, example, lib"
6870
pull_request_comment: true
6971

7072
- name: Verify formatting

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* chore: restrict `analyzer_plugin` version to `>=0.8.0 <0.10.0`.
1616
* feat: support extensions for check-unused-l10n.
1717
* feat: improve `prefer-correct-type-name` rule.
18+
* build: activate check_unused_files on CI.
1819

1920
## 4.8.1
2021

0 commit comments

Comments
 (0)