From b778cc268ca185a328e140ebe303ee9a358b52c0 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Wed, 5 Oct 2022 20:59:18 -0400 Subject: [PATCH] code improvements --- bitbucket-pipelines.yml | 2 ++ requirements.txt | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 requirements.txt diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 872eea8..4679ba2 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,5 +9,7 @@ pipelines: - pip script: - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + - sudo apt install luarocks - sudo apt install lua5.1 + - luarocks install luacheck - luacheck . diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 590e915..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -luarocks>=3.9.1 \ No newline at end of file