forked from privacysandbox/aggregation-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Kokoro release: Cut off new release v0.11.0. - Added some extra items to Changelog for 0.11.0 - Update ChangeLog.md for release 0.11.0 - feat: Fail the job early when report error count exceeds ... - feat: Patch two commits that are not released in the cont... - fix: CodeBuild sample scripts, support AMI build in diffe... - fix: CodeBuild setup terraform S3 ACL fix - fix: Use opentelemetry collector contrib tag 0.79.0 - doc: Update github documentation - test: Export and upload staging perf regression data (And 39 more changes) GitOrigin-RevId: 6bd003ab82746d250f11c9af3c58ef36127ca326
- Loading branch information
1 parent
0af1c63
commit c32559a
Showing
187 changed files
with
6,459 additions
and
3,265 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 |
---|---|---|
|
@@ -17,14 +17,15 @@ | |
exclude: (?x)^( | ||
bazel-(bin|out|testlogs|workspace)/.*| | ||
.bazel_output/.*| | ||
builders/.*| | ||
javatests/testData/.*| | ||
version.txt | ||
)$ | ||
|
||
fail_fast: true | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.3.0 | ||
rev: v4.4.0 | ||
hooks: | ||
- id: end-of-file-fixer | ||
- id: fix-byte-order-marker | ||
|
@@ -55,11 +56,19 @@ repos: | |
- id: script-must-have-extension | ||
- id: require-ascii | ||
- id: shellcheck | ||
files: ^$ | ||
exclude: '^(production|tools|google_internal|builders/images)/.*$' | ||
exclude: '^(build-scripts|kokoro|terraform|adtech|coordinator/terraform|tools/opensource)/.*$' | ||
|
||
- repo: https://github.com/bufbuild/buf | ||
rev: v1.19.0 | ||
hooks: | ||
- id: buf-format | ||
- id: buf-lint | ||
args: | ||
- --config | ||
- tools/buf.yaml | ||
|
||
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks | ||
rev: v2.4.0 | ||
rev: v2.9.0 | ||
hooks: | ||
- id: pretty-format-java | ||
name: Google Java Formatter | ||
|
@@ -72,31 +81,26 @@ repos: | |
name: addlicense | ||
language: golang | ||
additional_dependencies: | ||
- github.com/google/[email protected].0 | ||
- github.com/google/[email protected].1 | ||
always_run: false | ||
pass_filenames: true | ||
types_or: | ||
- text | ||
entry: addlicense -v | ||
exclude: &addlicense-ignores (?x)^( | ||
adtech/.*| | ||
coordinator/.*| | ||
coordinator/terraform/.*| | ||
kokoro/.*| | ||
licenses/.*| | ||
.*gcp.*| | ||
.*/.terraform.lock.hcl| | ||
tools/opensource/.*| | ||
version.adtech| | ||
version.coordinator| | ||
worker/aws/testing/.*| | ||
worker/testing/data/1k/BUILD| | ||
WORKSPACE | ||
.*/.terraform.lock.hcl | ||
)$ | ||
|
||
- id: addlicense-check | ||
name: addlicense check | ||
language: golang | ||
additional_dependencies: | ||
- github.com/google/[email protected].0 | ||
- github.com/google/[email protected].1 | ||
always_run: false | ||
pass_filenames: true | ||
types_or: | ||
|
@@ -145,7 +149,7 @@ repos: | |
- markdown | ||
|
||
- repo: https://github.com/DavidAnson/markdownlint-cli2 | ||
rev: v0.5.1 | ||
rev: v0.7.1 | ||
hooks: | ||
- id: markdownlint-cli2 | ||
name: lint markdown | ||
|
@@ -157,7 +161,7 @@ repos: | |
description: Format bazel WORKSPACE, BUILD and .bzl files with a standard convention. | ||
language: golang | ||
additional_dependencies: | ||
- github.com/bazelbuild/buildtools/buildifier@5.1.0 | ||
- github.com/bazelbuild/buildtools/buildifier@6.1.1 | ||
always_run: true | ||
pass_filenames: true | ||
types_or: | ||
|
@@ -169,7 +173,7 @@ repos: | |
- -warnings=all | ||
|
||
- repo: https://github.com/psf/black | ||
rev: 22.8.0 | ||
rev: 23.3.0 | ||
hooks: | ||
- id: black | ||
name: black python formatter |
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.