Skip to content

Commit

Permalink
chore(pkglint): backport visibility of cfnspec (aws#11552)
Browse files Browse the repository at this point in the history
Backporting the change to package visibility for cfnspec from aws#11550.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
njlynch authored Nov 18, 2020
1 parent 592a8aa commit 5d40fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/pkglint/lib/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1463,6 +1463,7 @@ export class UbergenPackageVisibility extends ValidationRule {

// These include dependencies of the CDK CLI (aws-cdk).
private readonly publicPackages = [
'@aws-cdk/cfnspec',
'@aws-cdk/cloud-assembly-schema',
'@aws-cdk/cloudformation-diff',
'@aws-cdk/cx-api',
Expand Down

0 comments on commit 5d40fc6

Please sign in to comment.