File tree Expand file tree Collapse file tree 6 files changed +18
-4
lines changed
workflow-templates/assets
check-prettier-formatting Expand file tree Collapse file tree 6 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 55
66[flake8]
77doctests = True
8+ exclude =
9+ __pycache__/
10+ .git/
11+ /.licenses/
12+ /site/
13+ node_modules/
814# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
915ignore = W503
1016max-complexity = 10
Original file line number Diff line number Diff line change 11# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-markdown/.markdownlintignore
2- .licenses /
2+ /.licenses /
3+ /site /
34__pycache__ /
45node_modules /
56/other /clang-format-configuration /testdata /golden /samples /
Original file line number Diff line number Diff line change 1- .licenses /
1+ / .licenses /
22__pycache__ /
33node_modules /
44/other /clang-format-configuration /testdata /golden /samples /
Original file line number Diff line number Diff line change 11# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-markdown/.markdownlintignore
2- .licenses /
2+ /.licenses /
3+ /site /
34__pycache__ /
45node_modules /
Original file line number Diff line number Diff line change 1- .licenses /
1+ / .licenses /
22__pycache__ /
33node_modules /
44poetry.lock
Original file line number Diff line number Diff line change 55
66[flake8]
77doctests = True
8+ exclude =
9+ __pycache__/
10+ .git/
11+ /.licenses/
12+ /site/
13+ node_modules/
814# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
915ignore = W503
1016max-complexity = 10
You can’t perform that action at this time.
0 commit comments