Skip to content

Commit 3865576

Browse files
authored
Merge pull request #948 from per1234/source-comments
Add source comments to reusable infrastructure components
2 parents e1151ea + 249deae commit 3865576

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)