Skip to content

Commit

Permalink
chore: speed up formatting checks
Browse files Browse the repository at this point in the history
Signed-off-by: Ourchitecture.io <[email protected]>
  • Loading branch information
ourchitectureio committed Nov 5, 2023
1 parent 9069866 commit a0c54ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ignores:
- '**/playwright-report'

# entire sub-directories
- './.github/**'
- './.husky/**'
- './.vscode/**'
- './docs/**'
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
"./**/*",
"!.husky",
"!.task-output",
"!pnpm-lock.yaml"
"!.wireit",
"!node_modules",
"!pnpm-lock.yaml",
"!./docs",
"!./src/backstage"
],
"output": [
"./.task-output/src/tasks/node/check/formatting.js/**"
Expand Down

0 comments on commit a0c54ab

Please sign in to comment.