Skip to content

Commit 4d6e6b6

Browse files
dreamorosiam29d
andauthored
chore(docs): remove markdownlint exclusions (aws-powertools#2995)
Co-authored-by: Alexander Schueren <[email protected]>
1 parent 6693bb6 commit 4d6e6b6

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

.markdownlintignore

+1-9
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,4 @@ layers/*/CHANGELOG.md
99
# other files
1010
LICENSE
1111
.github/**
12-
**node_modules/** */
13-
# these will be removed from the ignore and linted in future PRs
14-
packages/batch/README.md
15-
packages/commons/README.md
16-
packages/jmespath/README.md
17-
packages/logger/README.md
18-
packages/metrics/README.md
19-
packages/parameters/README.md
20-
packages/tracer/README.md
12+
**node_modules/** */

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"docs-generateApiDoc": "typedoc .",
3434
"docs-runLocalApiDoc": "npx live-server api",
3535
"postpublish": "git restore .",
36-
"lint:markdown": "markdownlint-cli2 '**/*.md' '#node_modules' '#**/*/node_modules' '#docs/changelog.md' '#LICENSE.md' '#.github' '#**/*/CHANGELOG.md' '#examples/app/README.md' '#packages/commons/README.md' '#packages/jmespath/README.md' '#packages/logger/README.md' '#packages/metrics/README.md' '#packages/parameters/README.md' '#packages/parser/README.md' '#packages/tracer/README.md'"
36+
"lint:markdown": "markdownlint-cli2 '**/*.md' '#node_modules' '#**/*/node_modules' '#docs/changelog.md' '#LICENSE.md' '#.github' '#**/*/CHANGELOG.md' '#examples/app/README.md'"
3737
},
3838
"repository": {
3939
"type": "git",

packages/commons/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Help us prioritize upcoming functionalities or utilities by [upvoting existing R
113113

114114
### Becoming a reference customer
115115

116-
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using Powertools for AWS Lambda (TypeScript), you can request to have your name and logo added to the README file by raising a [Support Powertools for AWS Lambda (TypeScript) (become a reference)](https://github.com/aws-powertools/powertools-lambda-typescript/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E) issue.
116+
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using Powertools for AWS Lambda (TypeScript), you can request to have your name and logo added to the README file by raising a [Support Powertools for AWS Lambda (TypeScript) (become a reference)](https://s12d.com/become-reference-pt-ts) issue.
117117

118118
The following companies, among others, use Powertools:
119119

packages/jmespath/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Help us prioritize upcoming functionalities or utilities by [upvoting existing R
189189

190190
### Becoming a reference customer
191191

192-
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using Powertools for AWS Lambda (TypeScript), you can request to have your name and logo added to the README file by raising a [Support Powertools for AWS Lambda (TypeScript) (become a reference)](https://github.com/aws-powertools/powertools-lambda-typescript/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E) issue.
192+
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using Powertools for AWS Lambda (TypeScript), you can request to have your name and logo added to the README file by raising a [Support Powertools for AWS Lambda (TypeScript) (become a reference)](https://s12d.com/become-reference-pt-ts) issue.
193193

194194
The following companies, among others, use Powertools:
195195

0 commit comments

Comments
 (0)