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

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