Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
kisielk
/
errcheck
/
HEAD
dacab89
Merge pull request #273 from kisielk/readme-update-2
by Dimitri Tcaciuc
· 3 months ago
master
164ec2e
README: Clarify the purpose and limitations of the program.
by Dimitri Tcaciuc
· 3 months ago
e3eb51b
Merge pull request #269 from spillway/master
by Dimitri Tcaciuc
· 6 months ago
9f73cd5
exclude crypto/rand.Read by default
by Prasad T
· 6 months ago
11c27a7
Merge pull request #265 from alexandear/deprecate-err-no-go-files
by Dimitri Tcaciuc
· 7 months ago
v1.9.0
0fe9f58
Merge branch 'master' into deprecate-err-no-go-files
by Dimitri Tcaciuc
· 7 months ago
85b3c63
Merge pull request #266 from alexandear/refactor-remove-fmttags
by Dimitri Tcaciuc
· 7 months ago
642931c
Remove no longer relevant fmtTags
by Oleksandr Redko
· 7 months ago
4c2ee23
Deprecate ErrNoGoFiles as it's never returned
by Oleksandr Redko
· 7 months ago
fea8490
Update to golang.org/x/tools v0.30.0 for go1.24 (#263)
by Duncan Harris
· 7 months ago
fd0d87b
Bump GitHub action workflows (#258)
by Andreas Deininger
· 11 months ago
df44f75
Merge pull request #252 from djdv/ignore-maphash
by Dimitri Tcaciuc
· 12 months ago
v1.8.0
c277fb1
move `hash.Hash` test to hash.go
by Dominic Della Valle
· 12 months ago
83deb0e
exclude maphash methods that "never fail"
by Dominic Della Valle
· 12 months ago
b832de3
Merge pull request #248 from JacobOaks/joaks/supportgotypesalias
by Dimitri Tcaciuc
· 1 year, 3 months ago
d0d7a32
use build tags
by joaks
· 1 year, 3 months ago
f3c8b3c
Merge pull request #246 from meteorgan/type-assert
by Dimitri Tcaciuc
· 1 year, 3 months ago
2137b6c
refactor(assignment): refactor check assignment return value
by meteorgan
· 1 year, 4 months ago
ec57966
Support GODEBUG=gotypesalias=1
by joaks
· 1 year, 4 months ago
c0b7cde
fix(assert-checker): remove unused return value
by meteorgan
· 1 year, 4 months ago
b411d9d
fix(type assert): add more check for type assert
by meteorgan
· 1 year, 5 months ago
b65821b
chore(*): fix typos && simplify some test code (#245)
by Gan Wenchuang
· 1 year, 6 months ago
338069c
Update dependencies to work with Go 1.22 (#240)
by Addie Bendory
· 1 year, 8 months ago
v1.7.0
f1d2d87
Simplify tests by refactoring to T.TempDir (#239)
by Oleksandr Redko
· 1 year, 8 months ago
7f94c38
remove deprecated funcs usages (#237)
by Ivan Sopov
· 1 year, 10 months ago
4a3073c
Update README.md
by Kamil Kisiel
· 1 year, 11 months ago
9a4b3be
Add Go 1.21.x to test matrix (#236)
by Kamil Kisiel
· 1 year, 11 months ago
a75c8d0
fix: don't exclude fmt.Errorf (#235)
by Morgan
· 1 year, 11 months ago
1a21a9c
Update deps, test with latest Go (#234)
by Abhinav Gupta
· 1 year, 11 months ago
8f86be0
Tweak description in README
by Kamil Kisiel
· 2 years, 7 months ago
014db21
analyzer: set diagnostics category (#228)
by Robin Jarry
· 2 years, 7 months ago
d116ada
Merge pull request #226 from alexandear/deprecated-load-syntax
by Dimitri Tcaciuc
· 2 years, 7 months ago
8b003a0
Merge pull request #227 from alexandear/fix-errcheck
by Dimitri Tcaciuc
· 2 years, 7 months ago
5ae5816
Merge pull request #225 from alexandear/correct-comment-typos
by Dimitri Tcaciuc
· 2 years, 7 months ago
b33b443
Fix errcheck issues
by Oleksandr Redko
· 2 years, 8 months ago
cbddfcc
Specify the needed fields for load packages
by Oleksandr Redko
· 2 years, 8 months ago
2403336
Correct typos in comments and doc
by Oleksandr Redko
· 2 years, 8 months ago
4e4370a
Add a note about `GO111MODULE` (#222)
by Kamil Kisiel
· 2 years, 9 months ago
v1.6.3
662ffb0
test and fix check blanks in var declarations (#219)
by Gabriel Burt
· 2 years, 9 months ago
c2c614f
Remove GO111MODULE: 'off' variantes from CI workflow (#221)
by Kamil Kisiel
· 2 years, 9 months ago
a3c6ea7
docs(README.md): Add abspath, mod, and ignoregenerated flag docs (#220)
by edwinavalos
· 2 years, 9 months ago
3faf0bc
Merge pull request #215 from rmohr/comments-before-package
by Kamil Kisiel
· 3 years, 3 months ago
v1.6.2
875db03
Calculate correct position with comments before the package keyword
by Roman Mohr
· 3 years, 3 months ago
98d3f84
Merge pull request #213 from kisielk/embedded-nil
by Kamil Kisiel
· 3 years, 4 months ago
v1.6.1
ab13fbe
Handle embedded nil interfaces.
by Kamil Kisiel
· 3 years, 4 months ago
embedded-nil
e62617a
Merge pull request #207 from dtcaciuc/go18
by Dimitri Tcaciuc
· 3 years, 6 months ago
a4918d3
Test with Go 1.18, update deps
by Dimitri Tcaciuc
· 3 years, 7 months ago
b275da0
Merge pull request #204 from eliasdaler/patch-1
by Dimitri Tcaciuc
· 3 years, 9 months ago
37cf04d
Use "go install" instead of "go get" in README.md
by Elias Daler
· 3 years, 9 months ago
8ddee48
Merge pull request #202 from lance6716/patch-1
by Kamil Kisiel
· 4 years, 3 months ago
e6ab97f
close file explicitly, to avoid "max open files" error
by lance6716
· 4 years, 3 months ago
cf5d9bf
Merge pull request #198 from dtcaciuc/analyzer
by Dimitri Tcaciuc
· 4 years, 4 months ago
2cfce26
Merge master
by Dimitri Tcaciuc
· 4 years, 4 months ago
98b1bd1
Merge pull request #200 from jcharum/io-excludes
by Kamil Kisiel
· 4 years, 4 months ago
ba72820
Exclude (*Pipe{Read,Write}r).CloseWithError
by Jaran Charumilind
· 4 years, 5 months ago
35d2ca6
Remove a TODO
by Dimitri Tcaciuc
· 4 years, 6 months ago
9b8014a
Add analyzer tests
by Dimitri Tcaciuc
· 4 years, 6 months ago
7154fcc
analyzer: Return result
by Dimitri Tcaciuc
· 4 years, 6 months ago
83b278b
Fix tests
by Dimitri Tcaciuc
· 4 years, 6 months ago
b5c4dc1
Provide go/analysis analyzer instance
by Dimitri Tcaciuc
· 4 years, 6 months ago
4174a4a
Merge pull request #197 from SVilgelm/selector-name
by Kamil Kisiel
· 4 years, 7 months ago
v1.6.0
aeac866
Add SelectorName in UncheckedError
by Sergey Vilgelm
· 4 years, 7 months ago
ee08a45
Merge pull request #175 from tilt-dev/nicks/modvendor
by Dimitri Tcaciuc
· 4 years, 9 months ago
v1.5.0
4319a61
Support the -mod=vendor flag for using modules in a vendor directory
by Nick Santos
· 4 years, 9 months ago
7e1276f
Update CI badge in README.md
by Kamil Kisiel
· 4 years, 10 months ago
8ed56b2
Merge pull request #196 from kisielk/github-actions
by Dimitri Tcaciuc
· 4 years, 10 months ago
6d2583c
Deprecate Go 1.11 builds.
by Eric Chlebek
· 4 years, 10 months ago
8354c88
Remove Travis CI
by Eric Chlebek
· 4 years, 10 months ago
22bc255
Apply the GOPATH build fixes to the other jobs
by Eric Chlebek
· 4 years, 10 months ago
f3787dd
Don't forget go get
by Eric Chlebek
· 4 years, 10 months ago
6942ef4
Attempt to get GOPATH mode working
by Eric Chlebek
· 4 years, 10 months ago
a999b81
Add checkout action, use pinned Go versions
by Eric Chlebek
· 4 years, 10 months ago
83e9e57
Add github actions CI
by Eric Chlebek
· 4 years, 10 months ago
bc93895
Merge pull request #185 from kisielk/publish-api
by Kamil Kisiel
· 4 years, 10 months ago
97c82e3
Make API less pointery. Get rid of error interface.
by Eric Chlebek
· 4 years, 10 months ago
publish-api
6afc191
Clarify Result docs
by Eric Chlebek
· 4 years, 10 months ago
c1c14fd
Merge pull request #193 from kisielk/no-check-path
by Kamil Kisiel
· 4 years, 11 months ago
c4c6bdd
Don't mutate Result on Unique()
by Eric Chlebek
· 4 years, 11 months ago
cfa64d0
Remove sort.Interface from Result
by Eric Chlebek
· 4 years, 11 months ago
53abe15
Implement locking in main
by Eric Chlebek
· 5 years ago
beb76a6
Remove mutex, Errors->UncheckedErrors
by Eric Chlebek
· 5 years ago
8d25d8e
Refactor main.checkPaths a bit
by Eric Chlebek
· 5 years ago
677f1d6
Remove CheckPaths
by Eric Chlebek
· 5 years ago
720fbcb
Merge pull request #189 from dtcaciuc/exclusions
by Eric Chlebek
· 5 years ago
v1.5.0-alpha
bf59cbd
Clean up comments; add future improvement TODO
by Dimitri Tcaciuc
· 5 years ago
bd31643
Restore legacy ignore functionality; fix docstrings
by Dimitri Tcaciuc
· 5 years ago
672a183
Merge pull request #1 from dtcaciuc/rm-mod-check
by Dimitri Tcaciuc
· 5 years ago
181d1bd
Simplify vendored package resolution.
by Dimitri Tcaciuc
· 5 years ago
3c3d64d
Merge remote-tracking branch 'origin/publish-api' into exclusions
by Eric Chlebek
· 5 years ago
exclusions
7c04f7d
Merge pull request #188 from SVilgelm/publish-api
by Eric Chlebek
· 5 years ago
f394fab
Clarify -ignore deprecation message
by Dimitri Tcaciuc
· 5 years ago
5c4c914
Move Checker.Ignore to Exclusions.Packages, remove NewChecker
by Dimitri Tcaciuc
· 5 years ago
b694f8e
Move Checker.Blank and Checker.Asserts to Exclusions
by Dimitri Tcaciuc
· 5 years ago
f1024b1
Move Checker.exclude to Checker.Exclusions.Symbols
by Dimitri Tcaciuc
· 5 years ago
b4ad18c
Start factoring out exclusion flags into separate struct.
by Dimitri Tcaciuc
· 5 years ago
5665fc9
CheckPackage function
by Sergey Vilgelm
· 5 years ago
b03026b
Fix up the docs a bit
by Eric Chlebek
· 5 years ago
ee8ff30
Merge branch 'master' into publish-api
by Eric Chlebek
· 5 years ago
3b58ac7
Merge pull request #187 from kisielk/build-tags
by Kamil Kisiel
· 5 years ago
2bd2f2e
Fix build tags
by Eric Chlebek
· 5 years ago
build-tags
Next »