Remove unnecessary formulas from linter

These formulas or modules are not used in definition files , so removing them

CURA-10901
This commit is contained in:
Saumya Jain 2024-04-19 17:31:08 +02:00
parent 1f2e690809
commit 72bf639bea

View file

@ -32,29 +32,12 @@ FORMULA_NAMES = [
"atan",
"acos",
"asin",
"pi",
"floor",
"debug",
"sum",
"len",
"uuid",
"hashlib",
"base64",
"uuid3",
"NAMESPACE_DNS",
"decode",
"encode",
"b64encode",
"digest",
"md5",
"radians",
"degrees",
"lower",
"upper",
"startswith",
"endswith",
"capitalize",
"index"
]
DELIMITERS = [r'\+', '-', '=', '/', '\*', r'\(', r'\)', r'\[', r'\]', '{', '}', ' ', '^']