We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de6079a + 575e1bf commit 11f02bcCopy full SHA for 11f02bc
.vale.ini
@@ -2,4 +2,7 @@ StylesPath = .vale/styles
2
MinAlertLevel = suggestion
3
4
[*.md]
5
-BasedOnStyles = Microsoft, write-good
+BasedOnStyles = Microsoft, write-good, WSO2-IAM
6
+
7
+[**/restapis/**/*.yml]
8
.vale/styles/WSO2-IAM/ISTerms.yml
@@ -0,0 +1,8 @@
1
+extends: existence
+message: "'%s' is not allowed. Use 'WSO2 Identity Server' instead."
+link: https://example.com/style-guide#wso2-identity-server
+level: error
+ignorecase: false
+tokens:
+ - '\bWSO2 IS\b'
+ - '\bIS\b'
0 commit comments