question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ci: lint: commits: Add ci job to validate commit message format

See original GitHub issue

We 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:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
programmer290399commented, Mar 31, 2021

I am working on this issue , would share the validation rules shortly.

1reaction
Pratikrockscommented, Mar 15, 2021

Okay @pdxjohnny 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found