File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -165,29 +165,42 @@ validate_commit_message() {
165
165
166
166
IMPERATIVE_MOOD_BLACKLIST=(
167
167
added adds adding
168
- avoided avoids avoiding
168
+ adjusted adjusts adjusting
169
169
amended amends amending
170
+ avoided avoids avoiding
170
171
bumped bumps bumping
171
172
changed changes changing
172
173
checked checks checking
173
174
committed commits committing
174
175
copied copies copying
175
176
corrected corrects correcting
176
177
created creates creating
178
+ decreased decreases decreasing
177
179
deleted deletes deleting
180
+ disabled disables disabling
181
+ dropped drops dropping
182
+ enabled enables enabling
183
+ excluded excludes excluding
178
184
fixed fixes fixing
185
+ handled handles handling
179
186
implemented implements implementing
180
187
improved improves improving
188
+ included includes including
189
+ increased increases increasing
190
+ installed installs installing
181
191
introduced introduces introducing
192
+ merged merges merging
182
193
moved moves moving
183
194
pruned prunes pruning
184
195
refactored refactors refactoring
185
196
removed removes removing
186
197
renamed renames renaming
187
198
replaced replaces replacing
188
199
resolved resolves resolving
200
+ reverted reverts reverting
189
201
showed shows showing
190
202
tested tests testing
203
+ tidied tidies tidying
191
204
updated updates updating
192
205
used uses using
193
206
)
You can’t perform that action at this time.
0 commit comments