-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.yamllint.yml
More file actions
34 lines (34 loc) · 1.82 KB
/
Copy path.yamllint.yml
File metadata and controls
34 lines (34 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
extends: "default"
rules:
comments: "enable"
empty-values: "disable"
indentation:
indent-sequences: "consistent"
line-length: "disable"
quoted-strings:
quote-type: "double"
ignore: |
.venv/
# The following files are ignored as the {{}} causes syntax errors in yamllint
nautobot-app/{{ cookiecutter.project_slug }}/invoke.mysql.yml
nautobot-app/{{ cookiecutter.project_slug }}/invoke.example.yml
nautobot-app/{{ cookiecutter.project_slug }}/mkdocs.yml
nautobot-app/{{ cookiecutter.project_slug }}/development/docker-compose.base.yml
nautobot-app/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml
nautobot-app-chatops/{{ cookiecutter.project_slug }}/invoke.mysql.yml
nautobot-app-chatops/{{ cookiecutter.project_slug }}/invoke.example.yml
nautobot-app-chatops/{{ cookiecutter.project_slug }}/invoke.mattermost.yml
nautobot-app-chatops/{{ cookiecutter.project_slug }}/mkdocs.yml
nautobot-app-chatops/{{ cookiecutter.project_slug }}/development/docker-compose.base.yml
nautobot-app-chatops/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml
nautobot-app-ssot/{{ cookiecutter.project_slug }}/invoke.mysql.yml
nautobot-app-ssot/{{ cookiecutter.project_slug }}/invoke.example.yml
nautobot-app-ssot/{{ cookiecutter.project_slug }}/mkdocs.yml
nautobot-app-ssot/{{ cookiecutter.project_slug }}/development/docker-compose.base.yml
nautobot-app-ssot/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml
nautobot-app-commercial/{{ cookiecutter.project_slug }}/invoke.mysql.yml
nautobot-app-commercial/{{ cookiecutter.project_slug }}/invoke.example.yml
nautobot-app-commercial/{{ cookiecutter.project_slug }}/mkdocs.yml
nautobot-app-commercial/{{ cookiecutter.project_slug }}/development/docker-compose.base.yml
nautobot-app-commercial/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml