Sha256: ae23e575f7b4800aaa94855d946273679a40726f482da5c8d7fa535065d59370

Contents?: true

Size: 493 Bytes

Versions: 8

Compression:

Stored size: 493 Bytes

Contents

{
  "totals": {
    "errors": 1,
    "warnings": 0,
    "fixable": 1
  },
  "files": {
    "spec/fixtures/php/error.php": {
      "errors": 1,
      "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
        }
      ]
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
danger-php_codesniffer-0.1.7 spec/fixtures/result/error.json
danger-php_codesniffer-0.1.6 spec/fixtures/result/error.json
danger-php_codesniffer-0.1.5 spec/fixtures/result/error.json
danger-php_codesniffer-0.1.4 spec/fixtures/result/error.json
danger-php_codesniffer-0.1.3 spec/fixtures/result/error.json
danger-php_codesniffer-0.1.2 spec/fixtures/result/error.json
danger-php_codesniffer-0.1.1 spec/fixtures/result/error.json
danger-php_codesniffer-0.1.0 spec/fixtures/result/error.json