Giter VIP home page Giter VIP logo

Comments (6)

sjparkinson avatar sjparkinson commented on May 30, 2024

Well that's interesting, the reason I used PHP_EOL was to help when running on different platforms.

  • I'll use \n instead and trim each line.

from static-review.

Iskender-gen avatar Iskender-gen commented on May 30, 2024

It can fix the problem. But also, there is another problem with the GIT under windows. With directory separators. The script can make file path and cmd like that: vendor/bin/phpcs --report=json --standard=psr2 C:\OpenServer\userdata\temp/sjparkinson.static-review/cached/vendor/sjparkinson/static-review/src/VersionControl/GitVersionControl.php

I think it's not a bug, but rather a feature of use GIT under Windows

from static-review.

sjparkinson avatar sjparkinson commented on May 30, 2024

For my reference here's a good SO answer on the EOL issue: http://stackoverflow.com/a/4975441

I guess the path issue is similar because we're using DIRECTORY_SEPARATOR?

from static-review.

Iskender-gen avatar Iskender-gen commented on May 30, 2024

Yes, it is.
I'm still trying to run PhpCodeSnifferReview tool on my windows env, but there is no result.
I got new errors. If I can not fix them, i will try to run this on linux env.

from static-review.

shadowhand avatar shadowhand commented on May 30, 2024

I think we should use this to split lines:

return array_filter(preg_split('/(?:\r\n|\r|\n)/', $process->getOutput()));

It will work with any combination of CR, LF, or CRLF.

from static-review.

serzhik avatar serzhik commented on May 30, 2024

Any updates?

from static-review.

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.