Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
svg_image_field
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
svg_image_field
Commits
dc4fd98e
Commit
dc4fd98e
authored
May 30, 2024
by
James Wilson
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3449084
by jwilson3: fix path to phpcs.xml.dist for 'ddev phpcbf'
parent
98ab1b01
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ddev/commands/web/phpcbf
+1
-1
1 addition, 1 deletion
.ddev/commands/web/phpcbf
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
with
2 additions
and
1 deletion
.ddev/commands/web/phpcbf
+
1
−
1
View file @
dc4fd98e
...
@@ -12,5 +12,5 @@ if ! command -v phpcbf >/dev/null; then
...
@@ -12,5 +12,5 @@ if ! command -v phpcbf >/dev/null; then
echo
"phpcbf is not available. You may need to 'ddev composer install'"
echo
"phpcbf is not available. You may need to 'ddev composer install'"
exit
1
exit
1
fi
fi
test
-e
phpcs.xml.dist
||
curl
-OL
https://git.drupalcode.org/project/gitlab_templates/-/raw/default-ref/
scrip
ts/phpcs.xml.dist
test
-e
phpcs.xml.dist
||
curl
-OL
https://git.drupalcode.org/project/gitlab_templates/-/raw/default-ref/
asse
ts/phpcs.xml.dist
phpcbf
-s
--report-full
--report-summary
--report-source
web/modules/custom
"
$@
"
phpcbf
-s
--report-full
--report-summary
--report-source
web/modules/custom
"
$@
"
This diff is collapsed.
Click to expand it.
.gitignore
+
1
−
0
View file @
dc4fd98e
...
@@ -9,3 +9,4 @@ patches/*
...
@@ -9,3 +9,4 @@ patches/*
/.editorconfig
/.editorconfig
/.gitattributes
/.gitattributes
/phpstan.neon
/phpstan.neon
/phpcs.xml.dist
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment