File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages_generated/audit_trail/src/v1alpha1 Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ format-check:
1616
1717format-generated :
1818 pnpm install
19- pnpm biome lint --write --unsafe --config-path scripts/templates/biome.generated.json --only correctness/noUnusedImports --only correctness/noUnusedVariables packages_generated/
19+ # Cleanup unused imports/variables in generated TS with dedicated config
20+ pnpm biome lint --write --unsafe --config-path scripts/templates/biome.generated.json packages_generated/
2021
2122typing :
2223 pnpm run typecheck
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export const ListEventsRequest = {
4747 lessThanOrEqual : 1000 ,
4848 } ,
4949 productName : {
50- pattern : / ^ [ a - z ] + ( - [ a - z ] + ) * $ / ,
50+ pattern : / ^ [ a - z 0 - 9 ] + ( - [ a - z 0 - 9 ] + ) * $ / ,
5151 } ,
5252 resourceId : {
5353 maxLength : 100 ,
You can’t perform that action at this time.
0 commit comments