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"
},
"flake8.builtins": [
"KAFKA_CLUSTERS",
"SENTRY_FEATURES",
"SENTRY_OPTIONS",
"__context__",
"__executors__",
"__ext_pillar__",
"__grains__",
"__opts__",
"__pillar__",
"__proxy__",
"__ret__",
"__runner__",
"__runners__",
"__salt__",
"__sdb__",
"__serializers__",
"__states__",
"__thorium__",
"__utils__"
],
"include": [
"(\\.py$)",
"(^roles/saas-rabbitmq/server/content.sls$)",
"(^roles/viperserv/eggdrop/cron.sls$)",
"(^roles/webserver-legacy/php-builder/source.sls$)",
"(^roles/webserver-legacy/php-sites/cleanup.sls$)"
]
}
}
}

File Metadata

Mime Type
application/json
Expires
Mon, Nov 25, 11:08 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259887
Default Alt Text
.arclint (1 KB)

Event Timeline