about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/mod.rs
diff options
context:
space:
mode:
authorTetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>2023-07-15 00:03:40 +0900
committerTetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>2023-07-23 01:51:57 +0900
commit5cca093fa856aafb0d6608d0fedbc40b731d855e (patch)
treefd74dbe0c9832e914ce1b9aa6bcbe0ec97f47d0d /compiler/rustc_codegen_llvm/src/llvm/mod.rs
parentc7ce8add143571eed89215dccbbe28c45b0d551d (diff)
downloadrust-5cca093fa856aafb0d6608d0fedbc40b731d855e.tar.gz
rust-5cca093fa856aafb0d6608d0fedbc40b731d855e.zip
editor/code: Break down CI steps to know what is failing easily
To do this change, we reorganize npm-script.

| previous           | after                                  |
|--------------------|----------------------------------------|
| `npm run lint`     | `npm run lint && npm run format:check` |
| `npm run fix`      | `npm run lint:fix && npm run format`   |

The previous `npm run fix` sometimes does not complete fix automatically
because ESLint's autofix doees not follow prettier's formatting.
So we need to run `npm run lint:fix && npm run format` by this order.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm/mod.rs')
0 files changed, 0 insertions, 0 deletions