Skip to content

Commit 885ae3b

Browse files
committed
mis-commit
1 parent 37d982b commit 885ae3b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.luarc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"undefined-field": "Any",
1212
"await-in-sync": "Any",
1313
"not-yieldable": "Any",
14-
"discard-returns": "Any"
14+
"discard-returns": "Any",
15+
"codestyle-check": "Any"
1516
},
1617
"ignoredFiles": "Opened",
1718
"libraryFiles": "Opened"

main.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ log.info('VERSION:', version.getVersion())
7070

7171
local stdRequire = require
7272
require = function (name)
73-
if name == 'code_format' then
74-
error('cannot found code_format')
75-
end
7673
return stdRequire(name)
7774
end
7875

0 commit comments

Comments
 (0)