Commit 53c8d76
authored
feat(pkglint): Make sure .snk files are ignored (#1049)
Adds a `pkglint` rule to enforce presence of the `*.snk` pattern in both the `.gitignore`
and `.npmignore` file as a way to make it harder for one to accidentially push the
material to public locations.
This was missed in #643.1 parent cb490be commit 53c8d76
File tree
185 files changed
+375
-96
lines changed- examples/cdk-examples-typescript
- packages
- @aws-cdk
- applet-js
- assert
- assets
- aws-amazonmq
- aws-apigateway
- aws-applicationautoscaling
- aws-appsync
- aws-athena
- aws-autoscalingplans
- aws-autoscaling
- aws-batch
- aws-budgets
- aws-certificatemanager
- aws-cloud9
- aws-cloudformation
- aws-cloudfront
- aws-cloudtrail
- aws-cloudwatch
- aws-codebuild
- aws-codecommit
- aws-codedeploy-api
- aws-codedeploy
- aws-codepipeline-api
- aws-codepipeline
- aws-cognito
- aws-config
- aws-datapipeline
- aws-dax
- aws-directoryservice
- aws-dms
- aws-dynamodb
- aws-ec2
- aws-ecr
- aws-ecs
- aws-efs
- aws-eks
- aws-elasticache
- aws-elasticbeanstalk
- aws-elasticloadbalancingv2
- aws-elasticloadbalancing
- aws-elasticsearch
- aws-emr
- aws-events
- aws-gamelift
- aws-glue
- aws-guardduty
- aws-iam
- aws-inspector
- aws-iot1click
- aws-iot
- aws-kinesisanalytics
- aws-kinesisfirehose
- aws-kinesis
- aws-kms
- aws-lambda
- aws-logs
- aws-neptune
- aws-opsworks
- aws-quickstarts
- aws-rds
- aws-redshift
- aws-route53
- aws-s3-deployment
- aws-s3-notifications
- aws-s3
- aws-sagemaker
- aws-sdb
- aws-serverless
- aws-servicecatalog
- aws-servicediscovery
- aws-ses
- aws-sns
- aws-sqs
- aws-ssm
- aws-stepfunctions
- aws-wafregional
- aws-waf
- aws-workspaces
- cdk
- cfnspec
- cloudformation-diff
- cx-api
- runtime-values
- aws-cdk
- simple-resource-bundler
- tools
- cdk-build-tools
- cdk-integ-tools
- cfn2ts
- merkle-build
- pkglint/lib
- pkgtools
- y-npm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
185 files changed
+375
-96
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
0 commit comments