mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Disable super-linter PHP lint (#14518)
* Disable super-linter PHP lint It does not support PHP 8.1 yet. * remove variable completely
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
uses: docker://ghcr.io/github/super-linter:slim-v4
|
||||
env:
|
||||
VALIDATE_BASH: true
|
||||
VALIDATE_PHP_BUILTIN: true
|
||||
# VALIDATE_PHP_BUILTIN: true # temp disable until it supports PHP 8.1
|
||||
VALIDATE_PYTHON_PYLINT: true
|
||||
VALIDATE_PYTHON_BLACK: true
|
||||
|
||||
|
Reference in New Issue
Block a user