Coder Social home page Coder Social logo

Need Git pre-commit validation about blt-phpcs HOT 2 OPEN

acquia avatar acquia commented on September 22, 2024
Need Git pre-commit validation

from blt-phpcs.

Comments (2)

mukeshsah08 avatar mukeshsah08 commented on September 22, 2024

I have tried to override the pre-commit script to check the blt phpcs in a project. But it's not working.
Directory path: Project Root->blt->scripts->git-hooks->pre-commit

#!/usr/bin/env bash

ROOT_DIR="$(pwd)/"
LIST=$( git diff --name-only --cached --diff-filter=ACM )

echo "Executing phpcs .git/hooks/pre-commit..."
git diff-index --quiet HEAD -- || echo "Untracked files are present, this may impact the validity of pre-commit checks."
"${ROOT_DIR}"/vendor/bin/blt validate:phpcs "${LIST}"

# Return the status of the last run command.
exit $?

from blt-phpcs.

sharique avatar sharique commented on September 22, 2024

This is code from 11.x branch https://github.com/acquia/blt/blob/11.x/src/Robo/Commands/Internal/GitCommand.php#L66, where it runs phpcs in pre-commit hook.

from blt-phpcs.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.