Page MenuHome GnuPG

cornucopia.arclint.example
No OneTemporary

cornucopia.arclint.example

{
"linters": {
"pep8": {
"type": "pep8",
"include": "(\\.py$)",
"exclude": "(^exclude.py)",
"severity": {
"E401": "warning"
}
},
"flake8": {
"type": "flake8",
"include": "(\\.py$)",
"exclude": "(^exclude\\.py)",
"severity": {
"E901": "advice"
}
},
"csslint": {
"type": "csslint",
"include": "(\\.css$)"
},
"text": {
"type": "text",
"include": "(\\.txt$)"
},
"ruby": {
"type": "ruby",
"include": "(\\.rb$)"
},
"filename": {
"type": "filename"
},
"spelling": {
"type": "spelling"
},
"nolint": {
"type": "nolint"
},
"generated": {
"type": "generated"
},
"phpcs": {
"type": "phpcs",
"include": "(\\.php)",
"severity.rules": {
"(^PHPCS\\.E\\.)": "warning",
"(^PHPCS\\.W\\.)": "advice"
}
}
}
}

File Metadata

Mime Type
application/json
Expires
Mon, May 12, 6:43 PM (1 d, 21 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8f/00/9bb83e5e50ece7f37479e4cc4f66

Event Timeline