Releases: Emmo00/alxcheck
Releases · Emmo00/alxcheck
v0.1.3
v0.1.2
What's Changed
- fix: checks if files end with newline. closes #13 by @samdoghor in #15
- Checks for
.ts
files now - Migrate Python package metadata to pyproject.toml
New Contributors
- @samdoghor made their first contribution in #15
Full Changelog: v0.1.1...v0.1.2[Migrate Python package metadata to pyproject.toml](miguelgrinberg/Flask-HTTPAuth@52a13b1)
v0.1.1
Bug fixes
Fix error raised when python file has a syntax error
alxcheck
can now check for syntax error in python files.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Improve checks and logic on the initial release.
Improved logic on the check for python virtual environment folders.
Added optional checks for JavaScript files. with the -js
or --nodejs-project
option.
Ignore __init__.py
for checks like being executable, ends with new line.
Nice work from @adobki
What's Changed
- FIX: Make nodejs checks optional. Closes #6 by @adobki in #9
- FIX: Ignore empty init.py. Closes #5 by @adobki in #10
New Contributors
Full Changelog: https://github.com/Emmo00/alxcheck/commits/v0.1.0