Skip to content

Commit

Permalink
docs: add --check-aliased-packages to README
Browse files Browse the repository at this point in the history
  • Loading branch information
randomicecube committed Mar 5, 2025
1 parent 70c5688 commit ff991db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ usage: main.py [-h] -p PROJECT_REPO_NAME [-v RELEASE_VERSION_OLD]
[--gradual-report GRADUAL_REPORT | --no-gradual-report]
[--check-source-code] [--check-release-tags]
[--check-deprecated] [--check-forks] [--check-provenance]
[--check-code-signature]
[--check-code-signature] [--check-aliased-packages]
options:
-h, --help show this help message and exit
Expand Down Expand Up @@ -112,6 +112,8 @@ smell checks:
--check-code-signature
Check for dependencies with missing/invalid code
signature
--check-aliased-packages
Check for aliased packages
```

Reports are gradual by default: that is, only the highest severity smell type with issues found within this project is reported. You can disable this feature, and get a full report,
Expand Down

0 comments on commit ff991db

Please # to comment.