From 2dd43c2032172f540030930b51cc196a0db2b25e Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Mon, 23 Dec 2019 12:35:24 +0100 Subject: [PATCH] Test codeclimate --- .codeclimate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .codeclimate diff --git a/.codeclimate b/.codeclimate new file mode 100644 index 000000000..b23859554 --- /dev/null +++ b/.codeclimate @@ -0,0 +1,9 @@ +plugins: + shellcheck: + enabled: true +engines: + luacheck: + enabled: true +ratings: + paths: + - "**.lua" \ No newline at end of file