Skip to content

Instantly share code, notes, and snippets.

@urre
Created February 2, 2018 10:31
Show Gist options
  • Save urre/f3346c748ed9e536d35fb967016c960f to your computer and use it in GitHub Desktop.
Save urre/f3346c748ed9e536d35fb967016c960f to your computer and use it in GitHub Desktop.
test output
FILE: ...rojects/myproject/myfile.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
34 | ERROR | [x] Expected 1 spaces before closing bracket; 0 found
36 | ERROR | All output should be run through an escaping function
| | (see the Security sections in the WordPress Developer
| | Handbooks), found '$image_src'.
90 | ERROR | [x] String "Create a Configuration File" does not require
| double quotes; use single quotes instead
63 | ERROR | [ ] Missing wp_unslash() before sanitization.
----------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment