You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain commit messages can be dangerous (fixes #7 lacks a namespace, can close unreated issues if the commit is moved to a new repo) simply not that recommended.
Task
Create a linter that analyzes the git log output.
Acceptance criteria
The git log is only examined under certain circumstances, so that f-s doesn't pester the user about already-accepted commits.
A simple starting point would be to only add the linter to the formatting-stack.branch-formatter ns.
The text was updated successfully, but these errors were encountered:
Context
Certain commit messages can be dangerous (
fixes #7
lacks a namespace, can close unreated issues if the commit is moved to a new repo) simply not that recommended.Task
Create a linter that analyzes the
git log
output.Acceptance criteria
git log
is only examined under certain circumstances, so that f-s doesn't pester the user about already-accepted commits.A simple starting point would be to only add the linter to the
formatting-stack.branch-formatter
ns.The text was updated successfully, but these errors were encountered: