Skip to content

Commit

Permalink
🩹 [Patch]: Disable MARKDOWN_PRETTIER linter (#40)
Browse files Browse the repository at this point in the history
## Description

- Format from platyPS is not compatible with the Markdown Prettier
linter.

## Type of change

<!-- Use the check-boxes [x] on the options that are relevant. -->

- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]

## Checklist

<!-- Use the check-boxes [x] on the options that are relevant. -->

- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
  • Loading branch information
MariusStorhaug committed Aug 15, 2024
1 parent 4060f03 commit b9577d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ jobs:
RUN_LOCAL: true
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSCPD: false
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_YAML_PRETTIER: false

BuildSite:
name: Build Site
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
VALIDATE_JSCPD: false
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_YAML_PRETTIER: false
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,8 @@ jobs:
RUN_LOCAL: true
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSCPD: false
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_YAML_PRETTIER: false

PublishModule:
name: Publish module
Expand Down

0 comments on commit b9577d7

Please sign in to comment.