Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / kisielk/errcheck issues and pull requests

#161 - fmt.Print* should be checked for errors

Issue - State: closed - Opened by egonk about 6 years ago - 10 comments

#160 - Add test for build tags

Pull Request - State: closed - Opened by nmiyake about 6 years ago - 1 comment

#159 - Add back support for go modules (fixes #155)

Pull Request - State: closed - Opened by coopernurse about 6 years ago - 13 comments

#157 - Add support for excluding fmt.Fprint* to a buffer type

Pull Request - State: closed - Opened by yasushi-saito over 6 years ago - 7 comments

#156 - [WIP] Revert and fix modules

Pull Request - State: closed - Opened by domgreen over 6 years ago - 1 comment

#155 - Incomplete support for go modules

Issue - State: closed - Opened by kispaljr over 6 years ago - 13 comments

#154 - errcheck does not work with function types

Issue - State: closed - Opened by mmatczuk over 6 years ago - 2 comments

#153 - Re-run Travis CI

Issue - State: closed - Opened by elithrar over 6 years ago - 1 comment

#152 - vgo module support incomplete: transitive dependencies not found

Issue - State: closed - Opened by scode over 6 years ago - 2 comments

#151 - How to ignore error returned by local function

Issue - State: closed - Opened by mxinden over 6 years ago - 3 comments

#150 - Could not import code (no metadata)

Issue - State: closed - Opened by kixelated over 6 years ago - 3 comments

#148 - Support go modules

Pull Request - State: closed - Opened by suzmue over 6 years ago - 14 comments

#147 - Ignore underscore assignment?

Issue - State: closed - Opened by JensRantil over 6 years ago - 1 comment

#146 - Make sure to ignore errors from 'fmt.Fprint*'

Pull Request - State: closed - Opened by HaraldNordgren over 6 years ago - 1 comment

#145 - skip processing generated code

Pull Request - State: closed - Opened by bananaumai over 6 years ago - 1 comment

#144 - Please add an option to ignore errors using a comment in the source file

Issue - State: closed - Opened by elad661 over 6 years ago - 3 comments

#143 - errcheck *might* be reporting invalid errors in Fprintf() statements

Issue - State: closed - Opened by shivansh over 6 years ago - 7 comments

#142 - internal/errcheck: exclude F* stdlib printing variants

Pull Request - State: closed - Opened by glerchundi over 6 years ago - 3 comments

#141 - Only ignore select functions from the fmt package by default.

Pull Request - State: closed - Opened by kisielk almost 7 years ago

#140 - should not by default allow ignoring an error from fmt.Fprintf

Issue - State: closed - Opened by nhooyr almost 7 years ago - 7 comments

#139 - Example of ignoring functions outside standard library

Issue - State: closed - Opened by alexflint almost 7 years ago - 4 comments

#137 - Check all levels of embedded interfaces against the exclude list.

Pull Request - State: closed - Opened by louissobel almost 7 years ago - 3 comments

#133 - changes to allow the output of the results of checking a single file

Pull Request - State: closed - Opened by jb0n about 7 years ago

#132 - Exclusion patterns work on embedded interfaces, not the actual type of the receiver

Issue - State: closed - Opened by antifuchs over 7 years ago - 5 comments
Labels: help wanted

#131 - skip processing generated code

Issue - State: closed - Opened by glasser over 7 years ago - 2 comments
Labels: help wanted

#106 - support giving a file name

Issue - State: closed - Opened by ryanking over 8 years ago - 10 comments

#105 - support defer-but-close-early idiom

Issue - State: closed - Opened by BenLubar over 8 years ago - 5 comments

#101 - errcheck should not detect "defer" with error

Issue - State: closed - Opened by jeevatkm almost 9 years ago - 20 comments

#95 - add flag to allow checking for all unused returns, not just errors

Issue - State: closed - Opened by tamird almost 9 years ago - 5 comments
Labels: help wanted

#77 - defer

Issue - State: closed - Opened by powerman over 9 years ago - 5 comments

#55 - ignore defer calls

Issue - State: closed - Opened by dmitris about 10 years ago - 9 comments

#7 - Check for reassignment before use.

Issue - State: open - Opened by kisielk almost 12 years ago - 14 comments
Labels: enhancement, help wanted