From 249deaeeaf744939c90dd1fe67683813723b9991 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 8 Sep 2025 06:46:30 -0700 Subject: [PATCH] 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. --- .npmrc | 1 + Taskfile.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.npmrc b/.npmrc index 1c934969..0aa10674 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,4 @@ +# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/npm/.npmrc # See: https://docs.npmjs.com/cli/configuring-npm/npmrc engine-strict=true diff --git a/Taskfile.yml b/Taskfile.yml index 75e7bab4..cf38f37f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -11,6 +11,7 @@ vars: # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/release-go-task/Taskfile.yml PROJECT_NAME: "arduino-lint" DIST_DIR: "dist" + # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go-task/Taskfile.yml # Path of the project's primary Go module: DEFAULT_GO_MODULE_PATH: . DEFAULT_GO_PACKAGES: |