-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into pr/binyamin2/183
- Loading branch information
Showing
30 changed files
with
1,333 additions
and
513 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
log-level: info | ||
ignore-result: | ||
- c5748512948b492f5c07849ae2e69e7e831d36d3 | ||
- 9c6853ebe9b5e20774224ba6e5ea739191330e53 | ||
- 4d358e6dd9e2f21c647dad571f13dde3fd77d107 | ||
- 4f1d13e1bbebef31175ffe9a8d752609b9edc174 | ||
- 65706aeda7939dca8035f4b0a3446babffc7fcef | ||
- d696fe501f3860f76cf768c7ebbccc416db6e4d2 | ||
- d766d69fed184582fc0cba1515f9beef7901e7a1 | ||
- deddd58b4aa4999419d6b9046dffa9fffdfd4860 | ||
- e7bf294c124122a6cf919edbffa40bf6572927b6 | ||
- 0b217706e100e9a05bbaa8427070d181bb2e2465 | ||
- 1e68cf841873862527a00ee5ef8d7957e319b6bc | ||
- 0b217706e100e9a05bbaa8427070d181bb2e2465 | ||
- 4d358e6dd9e2f21c647dad571f13dde3fd77d107 | ||
- 7c73d41f23ba8e59a1c8d744594dbb54f87197b4 | ||
- 8f3e5dec63edc317daa4bff154939555cd35b2c3 | ||
- 9c6853ebe9b5e20774224ba6e5ea739191330e53 | ||
- 59f8916ff79257c8f86207d6e89767cc8e156814 | ||
- a3a83b7224e7e98e3cca6bd2cd138dbca831e06d | ||
- ba1f0517b77a5b451d1d55078218cd23d96b686e | ||
- c5748512948b492f5c07849ae2e69e7e831d36d3 |
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Welcome to the 2ms club! | ||
|
||
> [!NOTE] | ||
> This is the first version of the document, we will rewrite it on the fly. | ||
## Test | ||
|
||
Along with the regular unit tests, we also have a set of other tests: | ||
|
||
- `tests/cli` - e2e tests that build the CLI, run it, and check the output. | ||
To skip these tests, run `go test -short ./...`. | ||
- `tests/lint` - linter, to verify we are not using our forbidden functions (for example, using `fmt.Print` instead of `log.Info`) | ||
- `.ci/check_new_rules.go` - compares the list of rules in the [latest _gitleaks_ release](https://github.com/gitleaks/gitleaks/releases/latest) with our list of rules, and fails if there are rules in the release that are not in our list. | ||
- `.ci/update-readme.sh` - auto update the `help` message in the [README.md](README.md#command-line-interface) file. |
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.