DefaultTypeEnums returns the default list of type enums
()
| 46 | |
| 47 | // DefaultTypeEnums returns the default list of type enums |
| 48 | func DefaultTypeEnums() []interface{} { |
| 49 | return []interface{}{ |
| 50 | "feat", "fix", "docs", "style", "refactor", "perf", |
| 51 | "test", "build", "ci", "chore", "revert", |
| 52 | } |
| 53 | } |
| 54 | |
| 55 | // NewDefault returns default config |
| 56 | func NewDefault() *lint.Config { |