Skip to content

Commit

Permalink
test: Disable a megalinter check (#4708)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jul 8, 2024
1 parent 18ab976 commit c73c3fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .mega-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@ DISABLE_ERRORS_LINTERS:
# required in order to use ts-standard." was worth fixing, from #3608. Happy
# for someone more informed to turn it back on.
- TYPESCRIPT_STANDARD
# Disabled for now, as @max-sixty didn't know how to fix
# `./prqlc/bindings/php/tests/CompilerTest.php (trailing_comma_in_multiline)`.
# Fine for someone else to take a look.
- PHP_PHPCSFIXER
PHP_PHPCS_ARGUMENTS:
- --standard=PSR12

0 comments on commit c73c3fb

Please sign in to comment.