Skip to content

Commit

Permalink
🌱 checks/raw: fix struct alignment linter issue (ossf#3550)
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Schrock <[email protected]>
Signed-off-by: Allen Shearin <[email protected]>
  • Loading branch information
spencerschrock authored and ashearin committed Nov 13, 2023
1 parent 28a52ff commit e70b179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions checks/raw/fuzzing.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ type filesWithPatternStr struct {
type languageFuzzConfig struct {
URL, Desc *string

// Patterns are according to path.Match.
filePatterns []string

funcPattern, Name string
// TODO: add more language fuzzing-related fields.

// Patterns are according to path.Match.
filePatterns []string
}

// Contains fuzzing speficications for programming languages.
Expand Down

0 comments on commit e70b179

Please sign in to comment.