1 Star 0 Fork 0

xiaotan2013/dagster

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.arclint 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
{
"linters": {
"pylint": {
"type": "pylint",
"pylint.config": ".pylintrc",
"include": "(\\.py$)"
},
"isort": {
"type": "isort",
"include": "(\\.py$)",
"exclude": "(examples/docs_snippets/docs_snippets/intro_tutorial/)"
},
"eslint": {
"type": "eslint",
"include": "(js_modules/dagit/.*\\.(ts|tsx)$)",
"flags": ["--resolve-plugins-relative-to", "./js_modules/dagit"],
"eslint.cwd": "./js_modules/dagit",
"eslint.config": "./js_modules/dagit/.eslintrc.js"
},
"yaml": {
"type": "script-and-regex",
"script-and-regex.script": "yamllint -c .yamllint.yaml --strict",
"script-and-regex.regex": "/^(?P<line>\\d+):(?P<offset>\\d+) +(?P<severity>warning|error) +(?P<message>.*) +\\((?P<name>.*)\\)$/m",
"include": "(helm/dagster/.*\\.(yml|yaml)$)",
"exclude": [
"(helm/dagster/templates/.*\\.(yml|yaml)$)",
"(helm/dagster/charts/dagster-user-deployments/templates/.*\\.(yml|yaml)$)"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaohan2013/dagster.git
git@gitee.com:xiaohan2013/dagster.git
xiaohan2013
dagster
dagster
master

搜索帮助