Skip to content

Commit 2de1017

Browse files
committed
Rename utils.sh
1 parent 49eda77 commit 2de1017

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

commands/web/dev-cspell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
source "${0%/*}/utils.sh"
3+
source "${0%/*}/dev-utils.sh"
44

55
## #ddev-generated
66
## Description: Run CSpell on custom modules and themes files

commands/web/dev-eslint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
source "${0%/*}/utils.sh"
3+
source "${0%/*}/dev-utils.sh"
44

55
## #ddev-generated
66
## Description: Run ESLint on JS files

commands/web/dev-phpcs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
source "${0%/*}/utils.sh"
3+
source "${0%/*}/dev-utils.sh"
44

55
## #ddev-generated
66
## Description: Run PHPCS on PHP files

commands/web/dev-phpstan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
source "${0%/*}/utils.sh"
3+
source "${0%/*}/dev-utils.sh"
44

55
## #ddev-generated
66
## Description: Run PHPStan on PHP files

commands/web/dev-stylelint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
source "${0%/*}/utils.sh"
3+
source "${0%/*}/dev-utils.sh"
44

55
## #ddev-generated
66
## Description: Run Stylelint on CSS files

commands/web/dev-twigcs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
source "${0%/*}/utils.sh"
3+
source "${0%/*}/dev-utils.sh"
44

55
## #ddev-generated
66
## Description: Run TwigCS Fixer on Twig files
File renamed without changes.

install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project_files:
99
- commands/web/dev-phpstan
1010
- commands/web/dev-stylelint
1111
- commands/web/dev-twigcs
12-
- commands/web/utils.sh
12+
- commands/web/dev-utils.sh
1313

1414
post_install_actions:
1515
- ddev exec composer config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true

0 commit comments

Comments
 (0)