Ryan McCue

Results 402 comments of Ryan McCue

The issue is more that you have to learn a domain-specific language (ruleset XML) to exclude a file. That's fine if you're working with phpcs all the time, but for...

[Here's my preliminary pass at this](https://gist.github.com/rmccue/f54bd9e622704cff2df2b57b4ccef87f). I'm loading this in via the `` config directive in our coding standard, since AFAICT there's no way to specify bootstrap files from the...

@jrfnl `--file-list` is an inclusion list, rather than an exclusion list. With codebases of the size we're working on, such a list would be prohibitively big, and would fall out...

> All the same, whether you are maintaining an inclusion list or an exclusion list when adopting CS for a legacy project should be the same amount of effort These...

> Does anybody take care of this plugin? I'm working on connecting our software products with the website and Basic Auth is so much less painful in this regard (at...

> We are planning to have a bunch of pure command line scripts and direct access to the site via our standalone C++ applications (e.g. for license activation) that don't...

Out-of-band is definitely not the greatest, but for your other standalone applications, could you use a custom protocol as per the guide? I totally get the need for this, but...

> As for the actual problem: I tried the post status filter, but it didn't change anything. Hmm, strange. Can you file an issue over on the main API repo...

See [this IETF mailing list thread](https://www.ietf.org/mail-archive/web/oauth/current/msg09855.html) for typical times; access tokens at 1 hour and refresh tokens with no expiry seems decent to me.