Skip to content

Commit

Permalink
Fixes indentation error in semgrep.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Feb 17, 2021
1 parent a42d98c commit fc9910e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ rules:
- pattern-not-inside: func NotFound(err error) bool { ... }
- pattern-not-inside: func TestEmptyResultErrorAsNotFoundError(t *testing.T) { ... }
- pattern-not-inside: func TestTooManyResultsErrorAsNotFoundError(t *testing.T) { ... }
- patterns:
- patterns:
- pattern: |
$X, $Y := $ERR.(*resource.NotFoundError)
- pattern-not-inside: func isResourceNotFoundError(err error) bool { ... }
Expand Down

0 comments on commit fc9910e

Please sign in to comment.