Skip to content

Commit

Permalink
More linter fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wrighton committed Sep 22, 2023
1 parent 4683c04 commit 76c1f47
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-amplify-alpha/awslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"exclude": [
"*:*"
]
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"exclude": [
"*:*"
]
},
}
1 change: 1 addition & 0 deletions packages/@aws-cdk/aws-glue-alpha/lib/external-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export interface ExternalTableProps extends TableBaseProps {

/**
* A Glue table that targets an external data location (e.g. A table in a Redshift Cluster).
* @resource AWS::Glue::Table
*/
export class ExternalTable extends TableBase {
/**
Expand Down
1 change: 1 addition & 0 deletions packages/@aws-cdk/aws-glue-alpha/lib/s3-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export interface S3TableProps extends TableBaseProps {

/**
* A Glue table that targets a S3 dataset.
* @resource AWS::Glue::Table
*/
export class S3Table extends TableBase {
/**
Expand Down
1 change: 0 additions & 1 deletion packages/@aws-cdk/cloudformation-diff/awslint.json

This file was deleted.

0 comments on commit 76c1f47

Please sign in to comment.