-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
371 changed files
with
55,274 additions
and
18,943 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
lint: | ||
- '**/*.go' | ||
- '**/*.sh' | ||
- '.golangci.yml' | ||
- 'packaging/**' | ||
- "**/*.go" | ||
- "**/*.sh" | ||
- ".golangci.yml" | ||
- "packaging/**" | ||
|
||
build: | ||
- 'Makefile' | ||
- 'go.sum' | ||
- '!({.github,amazon-cloudwatch-container-insights})/**/*.{yml,yaml}' | ||
- '.github/workflows/PR-build.yml' | ||
- '**/*.{go,toml,json,conf}' | ||
- "Makefile" | ||
- "go.sum" | ||
- "!({.github,amazon-cloudwatch-container-insights})/**/*.{yml,yaml}" | ||
- ".github/workflows/PR-build.yml" | ||
- "**/*.{go,toml,json,conf}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ updates: | |
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
interval: "weekly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
# Description of the issue | ||
|
||
_Describe the problem or feature in addition to a link to the issues._ | ||
|
||
# Description of changes | ||
|
||
_How does this change address the problem?_ | ||
|
||
# License | ||
|
||
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. | ||
|
||
# Tests | ||
|
||
_Describe what tests you have done._ | ||
|
||
# Requirements | ||
|
||
_Before commit the code, please do the following steps._ | ||
|
||
1. Run `make fmt` and `make fmt-sh` | ||
2. Run `make lint` | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.