Skip to content

Commit f38e746

Browse files
committed
commitlint/abbreviations: some more in, one out
1 parent 277f44b commit f38e746

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

commitlint/abbreviations.ts

+18-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ export let abbr = {
6565
"convert": "conv",
6666
"coordinate": "coord",
6767
"coordinates": "coords",
68+
"csharp": "C#",
69+
"c-sharp": "C#",
6870
"database": "DB",
6971
"databases": "DBs",
7072
"debug": "dbg",
@@ -117,6 +119,8 @@ export let abbr = {
117119
"for example": "e.g.",
118120
"format": "fmt",
119121
"four": "4",
122+
"fsharp": "F#",
123+
"f-sharp": "F#",
120124
"func": "fn",
121125
"function": "func",
122126
"functions": "funcs",
@@ -126,11 +130,13 @@ export let abbr = {
126130
"hardware": "hw",
127131
"hexadecimal": "hex",
128132
"hexadecimals": "hexs",
133+
"hundred": "100",
129134
"identifier": "id",
130135
"identifiers": "ids",
131136
"image": "img",
132137
"images": "imgs",
133138
"improve": "better",
139+
"improved": "better",
134140
"increase": "inc",
135141
"increment": "inc",
136142
"index": "idx",
@@ -140,6 +146,7 @@ export let abbr = {
140146
"initialize": "init",
141147
"initialization": "init",
142148
"initializations": "inits",
149+
"install": "setup",
143150
"installation": "install",
144151
"installations": "installs",
145152
"integer": "int",
@@ -153,6 +160,7 @@ export let abbr = {
153160
"library": "lib",
154161
"libraries": "libs",
155162
"litecoin": "LTC",
163+
"log-in": "login",
156164
"macOS": "mac",
157165
"maximum": "max",
158166
"memory": "mem",
@@ -184,6 +192,8 @@ export let abbr = {
184192
"operations": "ops",
185193
"optional": "opt",
186194
"order by": "sort by",
195+
"percent": "%",
196+
"please": "pls",
187197
"prefer": "favor",
188198
"project": "proj",
189199
"projects": "projs",
@@ -195,11 +205,12 @@ export let abbr = {
195205
"passwords": "pws",
196206
"picture": "pic",
197207
"pictures": "pics",
208+
"point": "pt",
209+
"points": "pts",
198210
"pointer": "ptr",
199211
"pointers": "ptrs",
200212
"position": "pos",
201213
"power": "pow",
202-
"powers": "pows",
203214
"preference": "pref",
204215
"preferences": "prefs",
205216
"previous": "prev",
@@ -212,6 +223,7 @@ export let abbr = {
212223
"range": "rng",
213224
"ranges": "rngs",
214225
"receive": "recv",
226+
"register": "sign-up",
215227
"remove": "rm",
216228
"replace": "swap",
217229
"repository": "repo",
@@ -228,6 +240,8 @@ export let abbr = {
228240
"sequence": "seq",
229241
"sequences": "seqs",
230242
"seven": "7",
243+
"sign-in": "log-in",
244+
"sign-up": "signup",
231245
"similar": "akin",
232246
"six": "6",
233247
"single": "lone",
@@ -246,7 +260,9 @@ export let abbr = {
246260
"suggestions": "hints",
247261
"synchronize": "sync",
248262
"temporary": "tmp",
263+
"ten": "10",
249264
"third": "3rd",
265+
"thousand": "1000",
250266
"three": "3",
251267
"timer": "tmr",
252268
"timers": "tmrs",
@@ -266,4 +282,5 @@ export let abbr = {
266282
"yes/no": "y/n",
267283
"zero": "0",
268284
"zeroes": "0s",
285+
"zeros": "0s",
269286
};

0 commit comments

Comments
 (0)