v0.2.7
Use Radon/Xenon for Code Maintainability Diagnostics/Checking
This PR uses radon
for the display of diagnostics about code maintainability. It also uses xenon
to run the same maintainability checks, but to fail the build if aspects of the project fall below a specific threshold. The PR contains integration into the lint.sh
and lint.bat
files which are integrated with Pipenv.
What is the current behavior?
The maintainability of the source code is not calculated or checked.
What is the new behavior if this PR is merged?
The maintainability of the source code will be both calculated and checked.
Other information
This PR has:
- Commit messages that are correctly formatted
This PR is a small change.
Developers
Auto-generated by pr-tag-release