Skip to content

Commit

Permalink
Merge pull request #3561 from kolyshkin/ci-codespell-2.2
Browse files Browse the repository at this point in the history
ci: fix for codespell 2.2
  • Loading branch information
AkihiroSuda authored Aug 18, 2022
2 parents 7b6f515 + df9e32b commit a98ad5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[codespell]
skip = ./vendor,./.git
ignore-words-list = clos,creat
skip = ./vendor,./.git,./go.sum
ignore-words-list = clos,creat,ro,complies
2 changes: 1 addition & 1 deletion tests/integration/cgroup_delegation.bats
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function setup() {
[ "$output" = "nobody" ] # /sys/fs/cgroup owned by unmapped user
}

@test "runc exec (cgroup v2, rw cgroupfs, inh cgroupns) does not chown cgroup" {
@test "runc exec (cgroup v2, rw cgroupfs, inherit cgroupns) does not chown cgroup" {
set_cgroup_mount_writable

# inherit cgroup namespace (remove cgroup from namespaces list)
Expand Down

0 comments on commit a98ad5e

Please sign in to comment.