Merged
Conversation
Run pylint 3.3.8 on the script, to prepare for ci lint Signed-off-by: Alex Fabre <alex.fabre@rtone.fr>
The documentation now present the template as a TOML instead of INI file format. TOML is a well-specified format for application configuration files. It is specifically designed to be an improved version of INI. Signed-off-by: Alex Fabre <alex.fabre@rtone.fr>
Adding more debug messages to help user understand the various git commands used. Signed-off-by: Alex Fabre <alex.fabre@rtone.fr>
This commit adds two quality jobs: - Pylint to check the script quality - Commit-format itself to check the format of the commits Signed-off-by: Alex Fabre <alex.fabre@rtone.fr>
This commit adds two quality jobs: - Pylint to check the script quality - Commit-format itself to check the format of the commits Signed-off-by: Alex Fabre <alex.fabre@rtone.fr>
This new revision brings additional debug messages and fixes the helper for the template function. Signed-off-by: Alex Fabre <alex.fabre@rtone.fr>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR brings Pylint to check for code quality, and run 'commit-format' on itself to check its own repo.
In addition this PR improves the documentation around the template file format.