Skip to content

Commit 36f11e1

Browse files
committed
test: adding non angular types but the start is
1 parent c7069b0 commit 36f11e1

File tree

1 file changed

+13
-2
lines changed
  • conventional_commits_linter_lib/src/commits/commit/tests/generated_tests/generation/variations

1 file changed

+13
-2
lines changed

conventional_commits_linter_lib/src/commits/commit/tests/generated_tests/generation/variations/mod.rs

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,19 @@ pub(super) fn get_preceding_whitespace_variations(
1616
}
1717
}
1818

19-
pub(super) const NON_ANGULAR_COMMIT_TYPE_VARIATIONS: &[&str] =
20-
&["lint", "Lint", "bug", "Bug", "BUG", "chore", "Chore"];
19+
pub(super) const NON_ANGULAR_COMMIT_TYPE_VARIATIONS: &[&str] = &[
20+
"CICD",
21+
"cicd",
22+
"feature",
23+
"REVERTING",
24+
"lint",
25+
"Lint",
26+
"bug",
27+
"Bug",
28+
"BUG",
29+
"chore",
30+
"Chore",
31+
];
2132
pub(super) const ANGULAR_COMMIT_TYPE_VARIATIONS: &[&str] = &[
2233
"REVERT", "revert", "Build", "build", "ci", "CI", "docs", "feat", "FEAT", "fix", "Fix", "perf",
2334
"refactor", "Refactor", "style", "Style", "test", "TEST",

0 commit comments

Comments
 (0)