Skip to content

Commit

Permalink
chore(dprint): format toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Sep 8, 2024
1 parent 2386d7f commit 4661db2
Show file tree
Hide file tree
Showing 47 changed files with 974 additions and 979 deletions.
12 changes: 6 additions & 6 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[alias]
# Do not append `--` or it will break IDEs
ck = "check --workspace --all-features --all-targets --locked"
lint = "clippy --workspace --all-targets --all-features"
codecov = "llvm-cov --workspace --ignore-filename-regex tasks"
coverage = "run -p oxc_coverage --profile coverage --"
ck = "check --workspace --all-features --all-targets --locked"
lint = "clippy --workspace --all-targets --all-features"
codecov = "llvm-cov --workspace --ignore-filename-regex tasks"
coverage = "run -p oxc_coverage --profile coverage --"
benchmark = "run -p oxc_benchmark --release --"
minsize = "run -p oxc_minsize --release --"
rule = "run -p rulegen"
minsize = "run -p oxc_minsize --release --"
rule = "run -p rulegen"

# Build oxlint in release mode
oxlint = "build --release --bin oxlint --features allocator"
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: Boshen/setup-rust@main
with:
restore-cache: false
tools: just,taplo-cli,cargo-shear@1,dprint
tools: just,cargo-shear@1,dprint
components: rustfmt
- run: just fmt
- uses: autofix-ci/[email protected]
Expand Down
15 changes: 0 additions & 15 deletions .taplo.toml

This file was deleted.

8 changes: 4 additions & 4 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ extend-ignore-re = [
]

[default.extend-words]
trivias = "trivias"
trivia = "trivia"
trivias = "trivias"
trivia = "trivia"
xdescribe = "xdescribe"
seeked = "seeked"
seeked = "seeked"
labeledby = "labeledby"

[default.extend-identifiers]
IIFEs = "IIFEs"
IIFEs = "IIFEs"
allowIIFEs = "allowIIFEs"
Loading

0 comments on commit 4661db2

Please sign in to comment.