We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8bba3 commit 4cc3083Copy full SHA for 4cc3083
src/prometheus/namegenerators/confuse.lua
@@ -15,10 +15,7 @@ local varNames = {
15
"key",
16
"value",
17
"data",
18
- "data_",
19
"count",
20
- "count_",
21
- "index_",
22
"increment",
23
"include",
24
"string",
@@ -46,8 +43,6 @@ local varNames = {
46
43
"arr",
47
44
"obj",
48
45
"cls",
49
- "arr_",
50
- "obj_",
51
"dir",
52
"directory",
53
"isWindows",
@@ -138,8 +133,6 @@ local varNames = {
138
133
"oldpath",
139
134
"newpath",
140
135
"path",
141
- "_pcall",
142
- "_xpcall",
143
136
"rawequal",
144
137
"rawset",
145
"rawget",
0 commit comments