We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, thanks for the cloc-action.
cloc-action
What am I missing here to exclude a file to be counted? Neither --exclude-list-file nor --not-match-f seems to work.
--exclude-list-file
--not-match-f
Locally, it is working great as always. 🤡 github.com/AlDanial/cloc v 2.02
github.com/AlDanial/cloc v 2.02
For example, I want to exclude the pnpm-lock.yaml from being counted and I have something like these:
pnpm-lock.yaml
- name: Count Lines of Code with additional options uses: djdefi/cloc-action@main with: options: | --exclude-dir=node_modules,public \ --not-match-f="pnpm-lock\.yaml" \ --quiet --hide-rate --skip-uniqueness --fullpath --md \ --report-file=.github/workflows/cloc_stats.md \
The --exclude-dir param is working using folders as expected.
--exclude-dir
Thanks for any suggestions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, thanks for the
cloc-action
.What am I missing here to exclude a file to be counted?
Neither
--exclude-list-file
nor--not-match-f
seems to work.Locally, it is working great as always. 🤡
github.com/AlDanial/cloc v 2.02
For example, I want to exclude the
pnpm-lock.yaml
from being counted and I have something like these:The
--exclude-dir
param is working using folders as expected.Thanks for any suggestions.
The text was updated successfully, but these errors were encountered: