Add Microsoft
and Vocab
This commit is contained in:
13
styles/Microsoft/Backend.yml
Normal file
13
styles/Microsoft/Backend.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
extends: substitution
|
||||
message: "Use '%s' instead of '%s'."
|
||||
level: warning
|
||||
|
||||
link: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/b/back-end
|
||||
# Use 'back end' (noun) or 'back-end' (adj).
|
||||
pos: 'back-end/NN|backend/(?:JJ|NN)|back/\w+ end/JJ|back/(?:JJ|RB) end/\w+'
|
||||
ignorecase: true
|
||||
action:
|
||||
name: replace
|
||||
swap:
|
||||
back-end: back end
|
||||
back end: back-end
|
Reference in New Issue
Block a user