Skip to content

Commit 6ec49db

Browse files
committed
Merge remote-tracking branch 'upstream/main' into remove-some-clippy-allow
2 parents d655415 + 451bdcc commit 6ec49db

89 files changed

Lines changed: 20434 additions & 13549 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"ignorePaths": [
5050
"**/__pycache__/**",
5151
"target/**",
52-
"Lib/**"
52+
"Lib/**",
53+
"crates/host_env/**"
5354
],
5455
// words - list of words to be always considered correct
5556
// (compound words like pyarg, baseclass, microbenchmark are handled by allowCompoundWords)

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,10 @@ jobs:
558558
key: prek-${{ hashFiles('.pre-commit-config.yaml') }}
559559
path: ~/.cache/prek
560560

561+
- name: restore git permissions
562+
if: ${{ !cancelled() }}
563+
run: sudo chown -R "$(id -u):$(id -g)" .git
564+
561565
- name: reviewdog
562566
if: ${{ !cancelled() }}
563567
uses: reviewdog/action-suggester@aa38384ceb608d00f84b4690cacc83a5aba307ff # v1.24.0

0 commit comments

Comments
 (0)