repos = [
"~/git/*",
]
[[check]]
name = "mypy-ini"
select = "*"
path = ".mypy.ini"
[[check]]
name = "pylintrc"
select = "*"
path = ".pylintrc"
[[check]]
name = "gitignore"
select = "*"
path = ".gitignore"
[[check]]
name = "shellcheckrc"
select = "*"
path = ".shellcheckrc"
[[check]]
name = "jshintrc"
select = "*"
path = ".jshintrc"
[[check]]
name = "jshintignore"
select = "*"
path = ".jshintignore"
[[check]]
name = "py-makefile"
select = "py*"
marker = ".veltzer.tag"
path = "Makefile"
[[check]]
name = "py-license-template"
select = "py*"
marker = ".veltzer.tag"
path = "templates/LICENSE.mako"
[[check]]
name = "py-pyproject-template"
select = "py*"
marker = ".veltzer.tag"
path = "templates/pyproject.toml.mako"
[[check]]
name = "py-readme-template"
select = "py*"
marker = ".veltzer.tag"
path = "templates/README.md.mako"
[[check]]
name = "py-build-workflow"
select = "py*"
marker = ".veltzer.tag"
path = ".github/workflows/build.yml"
[[check]]
name = "non-py-readme-template"
select = "*"
exclude = "py*"
marker = ".veltzer.tag"
path = "templates/README.md.mako"
[[check]]
name = "non-py-build-workflow"
select = "*"
exclude = "py*"
marker = ".veltzer.tag"
path = ".github/workflows/build.yml"
[[check]]
name = "build-workflow-template"
select = "*"
marker = ".veltzer.tag"
path = "templates/.github/workflows/build.yml.mako"
[[check]]
name = "requirements-thawed-template"
select = "*"
marker = ".veltzer.tag"
path = "templates/requirements.thawed.txt.mako"
[[check]]
name = "github-funding"
select = "*"
marker = ".veltzer.tag"
path = ".github/FUNDING.yml"
[[check]]
name = "sphinx-conf"
select = "*"
marker = ".veltzer.tag"
path = "sphinx/conf.py"
[[check]]
name = "sphinx-index"
select = "*"
marker = ".veltzer.tag"
path = "sphinx/index.rst"
[[check]]
name = "config-platform"
select = "*"
marker = ".veltzer.tag"
path = "config/platform.py"
[[check]]
name = "config-personal"
select = "*"
marker = ".veltzer.tag"
path = "config/personal.py"
[[check]]
name = "config-github"
select = "*"
marker = ".veltzer.tag"
path = "config/github.py"
[[check]]
name = "config-shared"
select = "*"
marker = ".veltzer.tag"
path = "config/shared.py"
[[check]]
name = "aspell-conf"
select = "*"
marker = ".veltzer.tag"
path = ".aspell.conf"
[[check]]
name = "mdlrc"
select = "*"
marker = ".veltzer.tag"
path = ".mdlrc"
[[check]]
name = "mdl-style"
select = "*"
marker = ".veltzer.tag"
path = ".mdl.style.rb"
[[check]]
name = "gcp-gcloudignore"
select = "gcp-*"
marker = ".gcp.conf"
path = ".gcloudignore"
[[check]]
name = "gcp-makefile"
select = "gcp-*"
marker = ".gcp.conf"
path = "Makefile"
[[check]]
name = "gcp-app-yaml"
select = "gcp-*"
marker = ".gcp.conf"
path = "app.yaml"
[[check]]
name = "rs-ci-workflow"
select = "rs*"
path = ".github/workflows/ci.yml"
must_have = true
[[check]]
name = "py-deps-config"
select = "py*"
marker = ".veltzer.tag"
path = "config/deps.py"
enabled = false
[[check]]
name = "py-setup-template"
select = "py*"
marker = ".veltzer.tag"
path = "templates/setup.py.mako"
enabled = false
[[check]]
name = "py-readme-rst-template"
select = "py*"
marker = ".veltzer.tag"
path = "templates/README.rst.mako"
enabled = false
[[check]]
name = "py-idea-gitignore"
select = "py*"
marker = ".veltzer.tag"
path = ".idea/.gitignore"
enabled = false