File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2020 matrix :
2121 php-version : ['8.3', '8.4', '8.5']
2222
23- uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.0
23+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.1
2424 with :
2525 php-version : ${{ matrix.php-version }}
2626
2929 strategy :
3030 fail-fast : false
3131
32- uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.0
32+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.1
3333 with :
3434 enable_eslinter : false
3535 enable_jsonlinter : true
Original file line number Diff line number Diff line change 99 <!-- Do not allow unnecessary spaces inside arbitrary parentheses -->
1010 <rule ref =" Generic.WhiteSpace.ArbitraryParenthesesSpacing" />
1111
12+ <!-- Complain about unresolved merge conflicts -->
13+ <rule ref =" Generic.VersionControl.GitMergeConflict" />
14+
1215 <config name =" installed_paths" value =" vendor/slevomat/coding-standard" />
1316
1417 <!-- Use fully qualified class names in annotations and PHPdoc -->
You can’t perform that action at this time.
0 commit comments