mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
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:
parent
1f2e690809
commit
72bf639bea
1 changed files with 0 additions and 17 deletions
|
@ -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'\]', '{', '}', ' ', '^']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue