refactor(objectionary#3039): add comments

This commit is contained in:
Vyacheslav Rybalchenko 2024-04-26 22:27:48 +03:00
parent c8eea1f540
commit e377e4d231

View File

@ -1,11 +1,11 @@
[default]
extend-ignore-identifiers-re = [
"[D,d]atas*",
"Olt*",
"Onot",
"thr",
"cutted",
"splitted",
"scrpt",
"fle"
"[D,d]atas*", # valid variable names
"Olt*", # false positive
"Onot", # false positive
"thr", # valid variable name
"cutted", # valid variable name
"splitted", # valid variable name
"scrpt", # valid variable name
"fle" # valid variable name
]