Skip to content

Commit

Permalink
Allow risky rules in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjallen committed Jan 15, 2025
1 parent 6c17e28 commit 749e1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ endfunction()

add_test(
NAME php_style_check
COMMAND ${CMAKE_SOURCE_DIR}/vendor/bin/php-cs-fixer fix --dry-run
COMMAND ${CMAKE_SOURCE_DIR}/vendor/bin/php-cs-fixer fix --dry-run --allow-risky=yes
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)

Expand Down

0 comments on commit 749e1a6

Please sign in to comment.