ci: lint: commits: Add ci job to validate commit message format
See original GitHub issueWe need to add a new CI job under lint:
within the .github/workflows/testing.yml
to validate commit message formatting.
Add a new CMD
class in dffml/service/dev.py
(along with tests in tests/service/test_dev.py
) to check that commit message titles match the format specified in https://intel.github.io/dffml/master/contributing/git.html#issue-and-pull-request-title-formatting
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Validate GitLab CI/CD configuration
Use the CI Lint tool to check the validity of GitLab CI/CD configuration. You can validate the syntax from a .gitlab-ci.yml file or...
Read more >Add commit message format check to lint pipeline · Issue #4284
One issue related to this is our current merge strategy for pull requests. It uses squash instead of rebase. I think there are...
Read more >How to Write Good Commit Messages with Commitlint
In this example, we are going to be using GitHub Actions but there are official guides for Travis CI, Circle CI, and GitLab...
Read more >Standardize commit messages using commitlint | by Luka O
Even though, we use Husky to check our commits, It is run locally, so it can be simply skipped. We still need to...
Read more >How to use pre-commit to automatically correct commits and ...
Make a pre-commit configuration and add it to your repo · When changes are committed, a job runs to check whether the pre-commit...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am working on this issue , would share the validation rules shortly.
Okay @pdxjohnny 👍