Skip to content

Commit

Permalink
Add safeyaml.UnmarshalerToJSONBytes (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoylan authored and nmiyake committed Jan 21, 2019
1 parent 4862f9d commit 418f3ad
Show file tree
Hide file tree
Showing 4 changed files with 868 additions and 0 deletions.
4 changes: 4 additions & 0 deletions godel/config/check-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ checks:
- value: should have comment or be unexported
- value: or a comment on this block
- value: error strings should not be capitalized or end with punctuation or a newline
ineffassign:
exclude:
paths:
- safeyaml/ghodss_yaml.go # Ignore safeyaml/ghodss_yaml.go:373:2: ineffectual assignment to count
Loading

0 comments on commit 418f3ad

Please sign in to comment.