Skip to content

Commit 318e725

Browse files
authored
chore(cli): sync generated files (#32677)
We commit these generated files because they are helpful to look at. But sometimes they go out of sync... ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent f63d6f5 commit 318e725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/aws-cdk/lib/cli-arguments.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// GENERATED FROM packages/aws-cdk/lib/config.ts.
33
// Do not edit by hand; all changes will be overwritten at build time from the config file.
44
// -------------------------------------------------------------------------------------------
5-
/* eslint-disable max-len */
5+
/* eslint-disable @stylistic/max-len */
66
import { Command } from './settings';
77

88
/**

packages/aws-cdk/lib/parse-command-line-arguments.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// GENERATED FROM packages/aws-cdk/lib/config.ts.
33
// Do not edit by hand; all changes will be overwritten at build time from the config file.
44
// -------------------------------------------------------------------------------------------
5-
/* eslint-disable max-len */
5+
/* eslint-disable @stylistic/max-len */
66
import { Argv } from 'yargs';
77
import * as helpers from './util/yargs-helpers';
88

0 commit comments

Comments
 (0)