Skip to content

Commit 977d10f

Browse files
committed
commitlint/plugins: remove obviouswords file
1 parent 322dd41 commit 977d10f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commitlint/obviouswords.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

commitlint/plugins.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { abbr } from "./abbreviations";
2-
import { obviousWords } from "./obviouswords";
32
import { Helpers } from "./helpers";
3+
const obviousWords = ["change", "update", "modify"];
4+
45

56
export abstract class Plugins {
67
public static bodyProse(rawStr: string) {

0 commit comments

Comments
 (0)