Sha256: 15fe7717026d3170508a89f8c3b180b99895d472c9a0e2ad4ae3efa71cc38a5b

Contents?: true

Size: 494 Bytes

Versions: 8

Compression:

Stored size: 494 Bytes

Contents

{
  "totals": {
    "errors": 0,
    "warnings": 1,
    "fixable": 1
  },
  "files": {
    "spec/fixtures/php/warning.php": {
      "errors": 0,
      "warnings": 1,
      "messages": [
        {
          "message": "PHP keywords must be lowercase; expected \"or\" but found \"OR\"",
          "source": "Generic.PHP.LowerCaseKeyword.Found",
          "severity": 4,
          "fixable": true,
          "type": "WARN",
          "line": 2,
          "column": 10
        }
      ]
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

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