commit 6e4d95a834a9c74f8a77acb4b2bf482add70f185 from: Sergey Bronnikov date: Tue Aug 5 19:32:00 2025 UTC luacheck: update config The patch removes unnecessary paths and replaces single quotes with double quotes for consistency. commit - 013451bfb42a3772001dc41952af3720b32ead1b commit + 6e4d95a834a9c74f8a77acb4b2bf482add70f185 blob - d996543956e1608c5c91cd113d67d3db29d5ca83 blob + 1deac628552c2b4bf02c42af50aaa97d0d4c3268 --- .luacheckrc +++ .luacheckrc @@ -1,27 +1,16 @@ -files["mutator/mutator_example.lua"] = { +files["luzer/tests/test_unit.lua"] = { globals = { - "LLVMFuzzerCustomMutator", - "LLVMFuzzerMutate", - }, -} - -files["luzer/tests/*.lua"] = { - globals = { - "luzer_test_one_input", "luzer_custom_mutator", }, } include_files = { - '.luacheckrc', - '*.rockspec', - '**/*.lua', + ".luacheckrc", + "*.rockspec", + "**/*.lua", } exclude_files = { - '.rocks', - 'luzer-tests/', - 'patches/', - 'build/', - 'trash/', + ".rocks", + "build/", }