Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
joegl committed Nov 19, 2024
1 parent 6c97855 commit af21b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run PHPCS
run: |
composer install -n &&
vendor/bin/phpcs --standard=./phpcs.dist.xml
vendor/bin/phpcs --standard=./phpcs.xml
Expand Down
2 changes: 1 addition & 1 deletion phpcs.dist.xml → phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<ruleset name="Project Standard" namespace="Advomatic\project\CS\Standard">
<ruleset name="Stanford Project Standard" namespace="Stanford\project\CS\Standard">
<config name="installed_paths" value="../../drupal/coder/coder_sniffer/,../../sirbrillig/phpcs-variable-analysis/,../../slevomat/coding-standard/" />

<arg name="ignore" value="*.css,*.md,*.txt,*.png,*.gif,*.jpeg,*.jpg,*.svg"/>
Expand Down

0 comments on commit af21b03

Please sign in to comment.