Page MenuHomeDevCentral

.arclint
No OneTemporary

.arclint

{
"linters": {
"chmod": {
"type": "chmod"
},
"shell": {
"type": "shellcheck",
"include": [
"(\\.sh$)"
]
},
"filename": {
"type": "filename"
},
"json": {
"type": "json",
"include": [
"(^\\.arcconfig$)",
"(^\\.arclint$)",
"(\\.json$)"
]
},
"python": {
"type": "flake8",
"severity": {
"E203": "disabled",
"E731": "disabled",
"F821": "advice"
},
"include": [
"(\\.py$)"
]
}
}
}

File Metadata

Mime Type
application/json
Expires
Mon, Nov 25, 18:59 (10 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260782
Default Alt Text
.arclint (746 B)

Event Timeline