- 28 Jun, 2021 1 commit
-
-
Dmitry Gruzd authored
-
- 20 Apr, 2021 2 commits
-
-
Albert Salim authored
This reverts merge request !59228
-
Evan Read authored
-
- 18 Mar, 2021 2 commits
-
-
Peter Leitzen authored
Having `REVEAL_RUBOCOP_TODO=1` reveals RuboCop TODOs and sometimes prevents pushing code. This commit hides any RuboCop TODOs in lefthook.
-
Evan Read authored
-
- 16 Mar, 2021 1 commit
-
-
Evan Read authored
-
- 15 Mar, 2021 1 commit
-
-
Vitaly Slobodin authored
-
- 01 Mar, 2021 2 commits
-
-
Paul Slaughter authored
- This allows us to quickly run this for specific file paths - Also updates previous references (i.e. CI) to add "." - Also removes lefthook reference to `yarn run internal...` - Also adds `:all` and `:all:fix` scripts
-
Albert Salim authored
-
- 18 Feb, 2021 1 commit
-
-
Vitaly Slobodin authored
Replace all scss-lint mentions with stylelint.
-
- 16 Feb, 2021 2 commits
-
-
Lukas Eipert authored
-
Lukas Eipert authored
We are currently overloading the `eslint` command with our custom eslint logic. Unfortunately this causes us to run `eslint` on all js/vue files and makes it hard to run custom eslint commands. One has to resort to running e.g. `node_modules/.bin/eslint` directly. In an effort to consolidate the situation we are renaming the commands (borrowing from our rake syntax) as follows: - `eslint` => `lint:eslint` - `eslint-fix` => `lint:eslint:fix` - `eslint-staged` => `lint:eslint:staged` - `eslint-staged-fix` => `lint:eslint:staged:fix` - `eslint-report` => `lint:eslint:report` All but the `eslint` command have been replaced with a command that errors out immediately and hints folks to the new command.
-
- 10 Feb, 2021 1 commit
-
-
Marcel Amirault authored
Should only lint markdown files in doc/, ignore everything else.
-
- 11 Nov, 2020 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 03 Nov, 2020 1 commit
-
-
Evan Read authored
-
- 29 Oct, 2020 1 commit
-
-
Rémy Coutable authored
- This adds a configuration file for Lefthook which is more flexible and powerful than Overcommit. - The only downside is that if gather the diff between `origin/master` and `HEAD` so if you didn't fetch `origin/master` for a long time, the checks might be done on more files than the one that you updated. - Also, that means you need a origin remote. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-