You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simplest fix would be to change the word file to path so instead the above message would read
>> 3 paths lint free.
While we're talking about the wording, there's also grunt-phplint, so I'm not sure talking about "lint free" in the result message of grunt-phpcs is the best choice. In the vernacular of PHPCS, they are called "sniff violations." If we use "sniff" it could be reworded like this
>> 3 paths contain no sniff violations.
If either or both of these wordings are supported, I'm happy to submit a PR.
The text was updated successfully, but these errors were encountered:
If you use directory instead of file paths, the success message is worded oddly.
See https://github.com/SaschaGalley/grunt-phpcs/blob/master/tasks/phpcs.js#L69
The simplest fix would be to change the word
file
topath
so instead the above message would readWhile we're talking about the wording, there's also
grunt-phplint
, so I'm not sure talking about "lint free" in the result message ofgrunt-phpcs
is the best choice. In the vernacular of PHPCS, they are called "sniff violations." If we use "sniff" it could be reworded like thisIf either or both of these wordings are supported, I'm happy to submit a PR.
The text was updated successfully, but these errors were encountered: