Page MenuHomeSealhub

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
Fri, Nov 28, 15:19 (2 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1071669
Default Alt Text
cornucopia.arclint.example (948 B)

Event Timeline