Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kikofernandez committed Nov 15, 2024
1 parent a3deac3 commit 57c3e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checks/raw/fuzzing.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ var languageFuzzSpecs = map[clients.LanguageName]languageFuzzConfig{
filePatterns: []string{"*.gleam"},
// Look for direct imports of PropCheck, and StreamData.
funcPattern: `import\s+qcheck`, // Gleam library
Name: fuzzers.PropertyBasedGleam,
Desc: propertyBasedDescription("Gleam"),
Name: fuzzers.PropertyBasedGleam,
Desc: propertyBasedDescription("Gleam"),
},
// Fuzz patterns for JavaScript and TypeScript based on property-based testing.
//
Expand Down

0 comments on commit 57c3e51

Please sign in to comment.