Skip to content

Support tools from Docker container #11

Open
@devdrops

Description

@devdrops

The check below blocks the usage of tools from inside a container.

##########
# First: check if PHP Code_Sniffer and PHPMD bin files are present && executable.
##########
#if [ ! -x $PHPCS_BIN ] || [ ! -x $PHPMD_BIN ]; then
#    tput setaf 1; echo "Executable not found. Check $PHPCS_BIN and $PHPMD_BIN."
#    exit 1
#fi

Also there are other details that require tests and tests and moar tests.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions