diff --git a/ngcp/.luacheckrc b/ngcp/.luacheckrc new file mode 100644 index 0000000..80ee3c9 --- /dev/null +++ b/ngcp/.luacheckrc @@ -0,0 +1 @@ +globals = {'sr', '_ENV'} diff --git a/tests/.luacheckrc b/tests/.luacheckrc new file mode 100644 index 0000000..793f6e7 --- /dev/null +++ b/tests/.luacheckrc @@ -0,0 +1,3 @@ +globals = {'sr', 'srMock'} +-- until we fix the luaunit new format at run_tests.sh +ignore = {'assert.*'} \ No newline at end of file