Skip to content

Commit

Permalink
add awslint exclute rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pahud committed May 27, 2020
1 parent fab739d commit 5b9107a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/@aws-cdk/aws-codestar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
"engines": {
"node": ">= 10.13.0 <13 || >=13.7.0"
},
"awslint": {
"exclude": [
"props-physical-name:@aws-cdk/aws-codestar.GitHubRepositoryProps"
]
},
"stability": "experimental",
"maturity": "experimental",
"awscdkio": {
Expand Down

0 comments on commit 5b9107a

Please sign in to comment.