Skip to content

Commit

Permalink
test: add cspell ignore word
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Dec 11, 2023
1 parent 7627614 commit 7adc3fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/pkg/scanners/file_scanner_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package scanners_test

// cspell: words onsi gomega afero
// cspell: words onsi gomega afero testdocker

import (
"errors"
Expand Down Expand Up @@ -120,7 +120,7 @@ var _ = Describe("FileScanner", func() {
Expect(earthfiles).To(BeEmpty())

},
Entry("target in file doesn't start with docker", "dtestdocker"),
Entry("target in file doesn't start with docker", "testdocker"),
Entry("target in file start with docker with hyphen but not followed by one or more lowercase letters or numbers ", "docker-"),
Entry("target in file start with docker with hyphen followed by special character", "docker-@"),
Entry("target in file start with docker with hyphen followed capital letter", "docker-TEST"),
Expand Down

0 comments on commit 7adc3fc

Please sign in to comment.