Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- lockfile
- manifest
- md
- sh
- yml
steps:
- name: Checkout repository
Expand Down
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,8 @@ If you decide to make a contribution, please do use the following workflow:
### Getting Started

Before you start making changes you should run `npm install`. This ensures your
local development environment is set up and ready to go. Run `npm run setup`
afterwards if you want to enable git hooks that automatically validate your
changes. Next, consider running `npm run verify` to make sure you're ready to
get started.
local development environment is set up and ready to go. Next, consider running
`npm run verify` to make sure you're ready to get started.

If these steps do not _just work_, please [open an issue] and share your
experience. This way, we can improve the experience for future contributors.
Expand Down Expand Up @@ -152,7 +150,6 @@ your changes if applicable:
| `package-lock.json` | `npm run check:lockfile` |
| `package.json` | `npm run check:manifest` |
| MarkDown | `npm run check:md` |
| Shell scripts | `npm run check:sh` |
| YAML | `npm run check:yml` |

#### Typings
Expand Down
17 changes: 0 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"eslint-plugin-unicorn": "62.0.0",
"eslint-plugin-yml": "3.3.0",
"fast-check": "4.6.0",
"husky": "9.1.1",
"licensee": "12.0.1",
"lockfile-lint": "5.0.0",
"ls-engines": "0.10.0",
Expand Down Expand Up @@ -120,7 +119,6 @@
"check:md": "npm-run-all check:md:*",
"check:md:code": "npm run _eslint -- '**/*.md'",
"check:md:text": "markdownlint --config config/markdownlint.yml --dot --ignore-path .gitignore .",
"check:sh": "node script/maybe-run.js shellcheck script/hooks/*.sh script/hooks/pre-*",
"check:yml": "npm run _eslint -- '**/*.yml'",
"clean": "node script/clean.js",
"coverage": "npm-run-all coverage:*",
Expand All @@ -140,7 +138,6 @@
"mutation": "npm-run-all mutation:*",
"mutation:unit": "stryker run config/stryker/unit.js",
"mutation:integration": "npm run transpile && stryker run config/stryker/integration.js",
"setup": "husky script/hooks",
"test": "npm-run-all test:*",
"test:unit": "ava test/unit/**/*.test.js",
"test:integration": "npm run transpile && ava test/integration/**/*.test.js --timeout 2m",
Expand Down
29 changes: 0 additions & 29 deletions script/hooks/common.sh

This file was deleted.

20 changes: 0 additions & 20 deletions script/hooks/pre-commit

This file was deleted.

18 changes: 0 additions & 18 deletions script/hooks/pre-push

This file was deleted.

Loading