Skip to content
Snippets Groups Projects
Verified Commit a32fe638 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

refactor: replace strict mode with octolize group exclusion

parent d888887b
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ phpstan: ...@@ -29,7 +29,7 @@ phpstan:
junit: phpstan-junit.xml junit: phpstan-junit.xml
rules: rules:
- !reference [.skip-mr, rules] - !reference [.skip-mr, rules]
- if: $STRICT_MODE === 0 - if: $CI_PROJECT_NAMESPACE =~ /predators/
allow_failure: true allow_failure: true
- exists: - exists:
- phpstan.neon.dist - phpstan.neon.dist
...@@ -40,7 +40,7 @@ phpcs: ...@@ -40,7 +40,7 @@ phpcs:
- vendor/bin/phpcs --warning-severity=0 --report-junit=phpcs-junit.xml --report-full - vendor/bin/phpcs --warning-severity=0 --report-junit=phpcs-junit.xml --report-full
rules: rules:
- !reference [.skip-mr, rules] - !reference [.skip-mr, rules]
- if: $STRICT_MODE === 0 - if: $CI_PROJECT_NAMESPACE =~ /predators/
allow_failure: true allow_failure: true
- exists: - exists:
- phpcs.xml.dist - phpcs.xml.dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment