removed level max for phpstan

This commit is contained in:
aminnairi
2023-12-04 22:51:26 +01:00
parent 5b92d921f6
commit df933c16ff
@@ -19,7 +19,6 @@ return {
config = function()
local lint = require("lint")
local phpcs = lint.linters.phpcs
local phpstan = lint.linters.phpstan
phpcs.args = {
"-q",
@@ -29,13 +28,6 @@ return {
"-",
}
phpstan.args = {
"analyze",
"--error-format=json",
"--no-progress",
"--level-max"
}
lint.linters_by_ft = {
lua = { "luacheck" },
javascript = { "eslint" },