1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-11 01:44:36 +00:00

feat: updating docs for gremlin capabilities

This commit is contained in:
Allan Bowe
2022-12-26 19:00:53 +00:00
parent 80c90ebda1
commit 7de907057d
3 changed files with 16 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
"indentationMultiple": 2,
"lowerCaseFileNames": true,
"maxLineLength": 80,
"noGremlins": true,
"noNestedMacros": true,
"noSpacesInFileNames": true,
"noTabs": true,
@@ -29,6 +30,7 @@
"noSpacesInFileNames": true,
"lowerCaseFileNames": true,
"maxLineLength": 80,
"noGremlins": true,
"noTabs": true,
"indentationMultiple": 4,
"hasMacroNameInMend": true,
@@ -68,7 +70,7 @@
"$id": "#/properties/noGremlins",
"type": "array",
"title": "noGremlins",
"description": "",
"description": "Captures problematic characters such as zero-width whitespace and others that look valid but usually are not (such as the en dash)",
"default": [true],
"examples": [true, false]
},