Skip to content

Commit c73c3fb

Browse files
authored
test: Disable a megalinter check (#4708)
1 parent 18ab976 commit c73c3fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.mega-linter.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,9 @@ DISABLE_ERRORS_LINTERS:
4141
# required in order to use ts-standard." was worth fixing, from #3608. Happy
4242
# for someone more informed to turn it back on.
4343
- TYPESCRIPT_STANDARD
44+
# Disabled for now, as @max-sixty didn't know how to fix
45+
# `./prqlc/bindings/php/tests/CompilerTest.php (trailing_comma_in_multiline)`.
46+
# Fine for someone else to take a look.
47+
- PHP_PHPCSFIXER
4448
PHP_PHPCS_ARGUMENTS:
4549
- --standard=PSR12

0 commit comments

Comments
 (0)