feat(analyzer): add conventional commit format

See: [conventional](https://www.conventionalcommits.org/en/v1.0.0/#summaryhttps://www.conventionalcommits.org/en/v1.0.0/#summary)
This commit is contained in:
Sebastian Beisch
2021-01-21 21:41:14 +01:00
parent 01af837b40
commit 8db8b0d72c
19 changed files with 613 additions and 125 deletions

View File

@@ -17,7 +17,7 @@ type angular struct {
log *log.Entry
}
// ANGULAR identifer
// ANGULAR identifier
const ANGULAR = "angular"
func newAngular() *angular {