diff --git a/Makefile b/Makefile deleted file mode 100644 index 0c5883f..0000000 --- a/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -.PHONY: lint fastlint test - -lint: - stylua --check lua spec - selene --display-style quiet . - -fastlint: - pre-commit run --all-files - -test: - luarocks test --local