Skip to content

Commit

Permalink
feat: support catenacyber/perfsprint
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Feb 8, 2024
1 parent aa8620c commit 04709c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,8 @@
"kubernetes/kubectl",
"twistedpair/google-cloud-sdk",
"awslabs/mountpoint-s3",
"aws/aws-cli"
"aws/aws-cli",
"catenacyber/perfsprint"
],
"matchPaths": [
"**/.aqua.yaml",
Expand Down Expand Up @@ -543,7 +544,8 @@
"kubernetes/kubectl",
"twistedpair/google-cloud-sdk",
"awslabs/mountpoint-s3",
"aws/aws-cli"
"aws/aws-cli",
"catenacyber/perfsprint"
],
"matchPaths": [
"**/.aqua.yaml",
Expand Down
1 change: 1 addition & 0 deletions jsonnet/utils.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'twistedpair/google-cloud-sdk',
'awslabs/mountpoint-s3',
'aws/aws-cli',
'catenacyber/perfsprint',
],
aquaYAMLFileMatch: ['\\.?aqua\\.ya?ml'],
wrapQuote(s):: "(?:%s|'%s'|\"%s\")" % [s, s, s],
Expand Down

0 comments on commit 04709c3

Please sign in to comment.