diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..8f7429e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @caramelomartins diff --git a/README.md b/README.md index 5d07d10..8b59832 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ this topic will be welcome as well as links related to actual linters. ### Lua +- [luacheck](https://github.com/lunarmodules/luacheck) - A tool for linting and static analysis of Lua code. - [lualint](https://github.com/philips/lualint) - lualint performs luac-based static analysis of global variable usage in Lua source code.