Giter Site home page Giter Site logo

Comments (6)

iMojtaba avatar iMojtaba commented on July 19, 2024

Any comment?

from grumphp.

veewee avatar veewee commented on July 19, 2024

Can you verify what the actual phpcs command that gets executed by GrumPHP is and verify if this matches your expectations?
You could do this by adding the -vvv flag to grumphp. (allthough you might want to disable parallel mode for that purpose)

from grumphp.

veewee avatar veewee commented on July 19, 2024

Closing based on inactivity. Feel free to reopen if you are still blocked by this.

from grumphp.

pgrond avatar pgrond commented on July 19, 2024

Sorry to reopen this, but I think there is a problem with inclusion and exclusion of files. The phpcs.xml is not read for that, because Phpcs.php uses
$files = $context->getFiles()->extensions($config['triggered_by'])->paths($config['whitelist_patterns'] ?? [])->notPaths($config['ignore_patterns'] ?? []);
to get the files. This is ignoring the include and exclude patterns in phpcs.xml

The command that is run is '/var/www/html/vendor/bin/phpcs' '--standard=phpcs.xml' '--extensions=php' '--report=full' '--report-json' '--file-list=/tmp/phpxJt5Dv'

from grumphp.

veewee avatar veewee commented on July 19, 2024

So the problem here is that phpcs does not respect it's own configuration file when files are being passed in?
I'm not sure that's something we can do much about here. I tend to avoid parsing various configuration files / formats in here tbh.

from grumphp.

pgrond avatar pgrond commented on July 19, 2024

After some more debugging, I figured out that the reason is that the --file-list overrides the include/exclude of phpcs, and that is what you expect I guess. So because we only want to check staged files, we have to add the --file-list parameter, otherwise we check all the files all the time.
I agree that this is not a grumphp issue. Can be closed again ;)

from grumphp.

Related Issues (20)

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.