Skip to content

Commit 8b9d634

Browse files
committed
chore: Clenup
1 parent 1955346 commit 8b9d634

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/code.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GIT_DIFF_BRANCH=$(shell git diff --name-only --diff-filter=ACMRTUXB "${GIT_DIFF_
3333
##
3434
code.check:
3535
${ECS_DR} \
36-
-c "pwd && whoami && ecs check --config /app/ecs.php ${path}"
36+
-c "ecs check --config /app/ecs.php ${path}"
3737

3838
##
3939
# @command code.fix Fix code in specified path. Usage: `make code.fix path=src/app\ src/tests` (src by default)

ecs.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
BlankLineAfterNamespaceFixer::class,
100100
BlankLineAfterOpeningTagFixer::class,
101101
CastSpacesFixer::class,
102-
ClassAttributesSeparationFixer::class,
103102
CleanNamespaceFixer::class,
104103
CompactNullableTypehintFixer::class,
105104
DeadCatchSniff::class,

0 commit comments

Comments
 (0)