Skip to content

Commit

Permalink
commitlint/plugins: remove obviouswords file
Browse files Browse the repository at this point in the history
  • Loading branch information
tehraninasab committed Feb 12, 2023
1 parent 322dd41 commit 977d10f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion commitlint/obviouswords.ts

This file was deleted.

3 changes: 2 additions & 1 deletion commitlint/plugins.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { abbr } from "./abbreviations";
import { obviousWords } from "./obviouswords";
import { Helpers } from "./helpers";
const obviousWords = ["change", "update", "modify"];


export abstract class Plugins {
public static bodyProse(rawStr: string) {
Expand Down

0 comments on commit 977d10f

Please sign in to comment.