Sha256: 9dab81226879bdfe3dc1290122a92fefa5598d35cbe502fa997fb894618abeca
Contents?: true
Size: 1.39 KB
Versions: 8
Compression:
Stored size: 1.39 KB
Contents
{ "totals": { "errors": 3, "warnings": 1, "fixable": 4 }, "files": { "application/config/autoload.php": { "errors": 1, "warnings": 1, "messages": [ { "message": "PHP keywords must be lowercase; expected \"or\" but found \"OR\"", "source": "Generic.PHP.LowerCaseKeyword.Found", "severity": 5, "fixable": true, "type": "ERROR", "line": 2, "column": 21 }, { "message": "Fake warning message", "source": "Fake warning source", "severity": 4, "fixable": true, "type": "WARN", "line": 3, "column": 10 } ] }, "application/config/hooks.php": { "errors": 2, "warnings": 0, "messages": [ { "message": "PHP keywords must be lowercase; expected \"or\" but found \"OR\"", "source": "Generic.PHP.LowerCaseKeyword.Found", "severity": 5, "fixable": true, "type": "ERROR", "line": 2, "column": 21 }, { "message": "Spaces must be used to indent lines; tabs are not allowed", "source": "Generic.WhiteSpace.DisallowTabIndent.TabsUsed", "severity": 5, "fixable": true, "type": "ERROR", "line": 11, "column": 1 } ] } } }
Version data entries
8 entries across 8 versions & 1 rubygems