We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1955346 commit 8b9d634Copy full SHA for 8b9d634
bin/code.mk
@@ -33,7 +33,7 @@ GIT_DIFF_BRANCH=$(shell git diff --name-only --diff-filter=ACMRTUXB "${GIT_DIFF_
33
##
34
code.check:
35
${ECS_DR} \
36
- -c "pwd && whoami && ecs check --config /app/ecs.php ${path}"
+ -c "ecs check --config /app/ecs.php ${path}"
37
38
39
# @command code.fix Fix code in specified path. Usage: `make code.fix path=src/app\ src/tests` (src by default)
ecs.php
@@ -99,7 +99,6 @@
99
BlankLineAfterNamespaceFixer::class,
100
BlankLineAfterOpeningTagFixer::class,
101
CastSpacesFixer::class,
102
- ClassAttributesSeparationFixer::class,
103
CleanNamespaceFixer::class,
104
CompactNullableTypehintFixer::class,
105
DeadCatchSniff::class,
0 commit comments