Skip to content

Commit 249deae

Browse files
committed
Add source comments to reusable infrastructure components
The project infrastructure uses reusable components that are maintained in a centralized repository. Documenting the source of these components facilitates maintenance, either by pulling in changes made upstream, or pushing locally implemented changes back upstream.
1 parent e1151ea commit 249deae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.npmrc

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/npm/.npmrc
12
# See: https://docs.npmjs.com/cli/configuring-npm/npmrc
23

34
engine-strict=true

Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ vars:
1111
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/release-go-task/Taskfile.yml
1212
PROJECT_NAME: "arduino-lint"
1313
DIST_DIR: "dist"
14+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go-task/Taskfile.yml
1415
# Path of the project's primary Go module:
1516
DEFAULT_GO_MODULE_PATH: .
1617
DEFAULT_GO_PACKAGES: |

0 commit comments

Comments
 (0)