Skip to content

Commit 14e7fce

Browse files
committed
Add source URL comments to "template" CI assets
This will make it easier for the maintainers to sync fixes and improvements in either direction between the upstream "template" assets and their installation in this repository.
1 parent af33fba commit 14e7fce

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.codespellrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/spell-check/.codespellrc
12
# See: https://github.com/codespell-project/codespell#using-a-config-file
23
[codespell]
34
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/general/.editorconfig
12
# See: https://editorconfig.org/
23
# The formatting style defined in this file is the official standardized style to be used in all Arduino Tooling
34
# projects and should not be modified.

.markdownlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-markdown/.markdownlint.yml
12
# See: https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
23
# The code style defined in this file is the official standardized style to be used in all Arduino projects and should
34
# not be modified.

.yamllint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-yaml/.yamllint.yml
12
# See: https://yamllint.readthedocs.io/en/stable/configuration.html
23
# The code style defined in this file is the official standardized style to be used in all Arduino tooling projects and
34
# should not be modified.

0 commit comments

Comments
 (0)