Closed jrfnl closed 8 years ago
Probably should have been separate commits - the config file is fine to merge, but one small query on one of the fixes means the PR can't be merged immediately.
See my above comment - exactly the reason why I put in one PR (though I can easily make it two commits of course).
Are you planning to change these hook names back or not?
Yes I am, just need to figure out the scrutinizer rule to invert.
Adjusted & turned into two separate commits, one for the config, one for the code adjustments.
The issue is triggered by the WPCS rules, so no specific Scrutinizer rule I can disable for that. In the WPCS config the severity is 0
, but clearly Scrutinizer cannot deal with this properly, so ended up filtering out the issue in Scrutinizer itself.
Hang on - some alignment issues were introduced by the translators comments, let me fix those too.
Ok, all done.
Prevents builds in forks throwing different results (Scutinizer uses a config cascading merge).
Includes minor code changes based on Scrutinizer feedback. Also reset the Scrutinizer filtered issues and only re-filtered persistent issues we can't currently get rid off for varying reasons.