Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1f6566a

Browse files
committed
Configure tools to exclude folders containing generated files
1 parent e8cfb4a commit 1f6566a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

‎.flake8‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
[flake8]
77
doctests = True
8+
exclude =
9+
__pycache__/
10+
.git/
11+
/.licenses/
12+
/docs/commands/
13+
/docs/rules/
14+
/site/
15+
node_modules/
816
# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
917
ignore = W503
1018
max-complexity = 10

‎.markdownlintignore‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-markdown/.markdownlintignore
22
/.licenses/
3+
/docs/commands/*.md
4+
/docs/rules/
5+
/site/
36
__pycache__/
47
node_modules/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /