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 5
5
6
6
[flake8]
7
7
doctests = True
8
+ exclude =
9
+ __pycache__/
10
+ .git/
11
+ /.licenses/
12
+ /site/
13
+ node_modules/
8
14
# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
9
15
ignore = W503
10
16
max-complexity = 10
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-markdown/.markdownlintignore
2
- .licenses /
2
+ /.licenses /
3
+ /site /
3
4
__pycache__ /
4
5
node_modules /
5
6
/other /clang-format-configuration /testdata /golden /samples /
Original file line number Diff line number Diff line change 1
- .licenses /
1
+ / .licenses /
2
2
__pycache__ /
3
3
node_modules /
4
4
/other /clang-format-configuration /testdata /golden /samples /
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-markdown/.markdownlintignore
2
- .licenses /
2
+ /.licenses /
3
+ /site /
3
4
__pycache__ /
4
5
node_modules /
Original file line number Diff line number Diff line change 1
- .licenses /
1
+ / .licenses /
2
2
__pycache__ /
3
3
node_modules /
4
4
poetry.lock
Original file line number Diff line number Diff line change 5
5
6
6
[flake8]
7
7
doctests = True
8
+ exclude =
9
+ __pycache__/
10
+ .git/
11
+ /.licenses/
12
+ /site/
13
+ node_modules/
8
14
# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
9
15
ignore = W503
10
16
max-complexity = 10
You can’t perform that action at this time.
0 commit comments