Skip to content

Pull requests: go-critic/go-critic

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Quasilyte/type guard v1
#19 by quasilyte was merged May 9, 2018 Loading…
lint: add simple parenthesis check
#22 by fexolm was merged May 8, 2018 Loading…
lint/lenNil: detect redundant x!=nil before len(x)
#293 by cristaloleg was closed Jun 28, 2018 Loading…
lint/param-duplication: get correct ast node
#137 by fexolm was merged Jun 4, 2018 Loading…
lint: quickfix implementation [doesn't work for now] Don't merge help wanted Extra attention is needed question Further information is requested
#160 by fexolm was closed Jun 8, 2018 Loading…
lint: add param-name checker
#7 by quasilyte was merged May 6, 2018 Loading…
lint: add checks for uninformative comments
#115 by weeellz was merged May 26, 2018 Loading…
lint: add stddef checker v1 Don't merge
#78 by quasilyte was closed May 31, 2018 Loading…
docs/contributing.md: add issues guide.
#142 by fexolm was merged Jun 5, 2018 Loading…
docs/overview: use html tables instead of md tables
#156 by quasilyte was merged Jun 7, 2018 Loading…
implemented caseOrder checker for values
#1082 by peakle was closed Dec 26, 2021 Loading…
add builtin shadow checker documentation
#128 by bontequero was merged Jun 3, 2018 Loading…
cmd/kfulint: add end2end test runner
#50 by quasilyte was merged May 10, 2018 Loading…
lint/yodaStyleExpr: add support for ops: < > >= <=
#356 by cristaloleg was closed Jul 14, 2018 Loading…
rich config format (#574)
#585 by ewgRa was closed Dec 5, 2018 Loading…
Use proper grammar
#666 by mikechernev was closed Oct 2, 2018 Loading…
all: config for checkers
#374 by cristaloleg was closed Jul 11, 2018 Loading…
lint: replace make([]T, 0) slice init to []T{}
#705 by quasilyte was merged Oct 29, 2018 Loading…
lint: add range-expr-copy checker
#122 by quasilyte was merged Jun 3, 2018 Loading…
ProTip! Exclude everything labeled bug with -label:bug.