diff --git a/docs/valeTest.md b/docs/valeTest.md new file mode 100644 index 000000000..6244b3bdc --- /dev/null +++ b/docs/valeTest.md @@ -0,0 +1,19 @@ +--- +title: Testing Vale +--- + +Here are some things that Vale should pick up: + +This is the official Tezos implementation of Vale. + +It is in a chapter and an article. + +We have l1 and l2, which is smart rollups. + +We love smart rollups. + +The term Smart Contracts should not be capitalized. + +What if I failed to capitalize smart rollups on a different line? + + diff --git a/test/styles/Tezos/Capitalize.yml b/test/styles/Tezos/Capitalize.yml index 371d8620b..c0622020f 100644 --- a/test/styles/Tezos/Capitalize.yml +++ b/test/styles/Tezos/Capitalize.yml @@ -1,6 +1,7 @@ extends: substitution message: "Always capitalize '%s'" level: error +ignorecase: false swap: '[Ss]mart rollup': "Smart Rollup" 'smart [Rr]ollup': "Smart Rollup"