Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / mgechev/revive issues and pull requests
#889 - Add unchecked-type-assertion
Pull Request -
State: closed - Opened by Dirk007 about 1 year ago
- 5 comments
#888 - New Rule for dangerous type casts
Issue -
State: closed - Opened by tdellmann about 1 year ago
#887 - fix(deps): update module golang.org/x/tools to v0.13.0
Pull Request -
State: closed - Opened by renovate[bot] about 1 year ago
#886 - Can 'revive' only check for uncommitted code?
Issue -
State: closed - Opened by shiw-yang about 1 year ago
- 3 comments
Labels: duplicate
#885 - Disabling a rule for a block without reenable
Issue -
State: open - Opened by yonderblue about 1 year ago
- 5 comments
Labels: question
#884 - fix: dot-imports now checks test files as well
Pull Request -
State: closed - Opened by denisvmedia about 1 year ago
#883 - Test files are not checked in dot-imports
Issue -
State: closed - Opened by denisvmedia about 1 year ago
- 1 comment
#882 - fix(deps): update module github.com/chavacava/garif to v0.1.0
Pull Request -
State: closed - Opened by renovate[bot] about 1 year ago
#881 - feat: add support for import-alias-naming rule
Pull Request -
State: closed - Opened by denisvmedia about 1 year ago
- 3 comments
#880 - Linter rule to check against import alias naming restrictions
Issue -
State: closed - Opened by denisvmedia about 1 year ago
- 3 comments
#879 - fix: add missing defer when unlocking mutex
Pull Request -
State: closed - Opened by alexandear about 1 year ago
- 1 comment
#877 - Suggestion to make a new release
Issue -
State: closed - Opened by denisvmedia about 1 year ago
- 1 comment
#874 - Revert "fix: unnecesary alert for use-any when comments inside interface{}"
Pull Request -
State: closed - Opened by chavacava about 1 year ago
#869 - fix #864: confusing-naming FP on methods of generic types
Pull Request -
State: closed - Opened by chavacava about 1 year ago
#868 - fix #846: time-equal garbled message when time returned from function
Pull Request -
State: closed - Opened by chavacava about 1 year ago
#838 - fix(deps): update github.com/chavacava/garif digest to 4bd63c2
Pull Request -
State: closed - Opened by renovate[bot] over 1 year ago
#833 - build: remove go 1.17.x from ci
Pull Request -
State: closed - Opened by mgechev over 1 year ago
#832 - ifelse: option to preserve variable scope
Pull Request -
State: closed - Opened by mdelah over 1 year ago
- 3 comments
#831 - fix(deps): update github.com/chavacava/garif digest to 4752330
Pull Request -
State: closed - Opened by renovate[bot] over 1 year ago
#830 - adds default config to enable all rules work out of the box
Pull Request -
State: closed - Opened by chavacava over 1 year ago
#829 - fix #824
Pull Request -
State: closed - Opened by chavacava over 1 year ago
#828 - nested-structs: show issue with "struct{}" detection
Pull Request -
State: closed - Opened by sbunce over 1 year ago
- 2 comments
#827 - Fix prefix trimming in struct-tag
Pull Request -
State: closed - Opened by mgechev over 1 year ago
#826 - Add tests for structs in empty blocks
Pull Request -
State: closed - Opened by mgechev over 1 year ago
- 1 comment
#825 - Move away from deprecated ioutils
Pull Request -
State: closed - Opened by mgechev over 1 year ago
#824 - nested-structs false positives with "struct{}"
Issue -
State: closed - Opened by sbunce over 1 year ago
- 5 comments
Labels: bug
#823 - comment-spacings doesn't count tabs as "spaces" between a comment and the text
Issue -
State: closed - Opened by natefinch over 1 year ago
- 1 comment
#822 - add nolint to default list of acceptable comments for comment-spacings
Pull Request -
State: closed - Opened by natefinch over 1 year ago
- 1 comment
#821 - refactor: extract shared code for linting if-else chains
Pull Request -
State: closed - Opened by mdelah over 1 year ago
#820 - Add //nolint: to default list of ignores on comment-spacing
Issue -
State: closed - Opened by natefinch over 1 year ago
- 1 comment
#819 - Docs: Fix invalid toml in rule.add-constant example
Pull Request -
State: closed - Opened by flesser over 1 year ago
#818 - Prevent empty-block on range over channel
Pull Request -
State: open - Opened by avorima over 1 year ago
#817 - fix tests not passing after the modif of the default rules list
Pull Request -
State: closed - Opened by chavacava over 1 year ago
#816 - Idea: minimum block size for indent-error-flow/early-return
Issue -
State: closed - Opened by mdelah over 1 year ago
- 2 comments
Labels: feature request
#815 - Prevent empty-block when looping over call expr
Pull Request -
State: closed - Opened by avorima over 1 year ago
- 1 comment
#814 - fix: typo in error message when failed to get lint rules
Pull Request -
State: closed - Opened by alexandear over 1 year ago
- 1 comment
#813 - getTagName function uses strings.TrimLeft instead of TrimPrefix
Issue -
State: closed - Opened by GrosQuildu over 1 year ago
- 1 comment
Labels: bug
#812 - dots.resolveImportedPackage excludes pkg.XTestGoFiles
Issue -
State: open - Opened by srosenberg over 1 year ago
Labels: bug
#811 - fix(deps): update module golang.org/x/tools to v0.9.1
Pull Request -
State: closed - Opened by renovate[bot] over 1 year ago
#810 - False positive on `for` loop
Issue -
State: closed - Opened by egonelbre over 1 year ago
- 2 comments
#809 - Revive does not type check by default (and I don't know how to set it)
Issue -
State: closed - Opened by damif94 over 1 year ago
- 2 comments
#808 - comment-spacings false positives for nolint directives
Issue -
State: closed - Opened by abemedia over 1 year ago
- 5 comments
Labels: bug
#807 - Test failure on version 1.3.1 with go v1.20.2
Issue -
State: closed - Opened by icp1994 over 1 year ago
- 3 comments
#806 - Remove deprecated io/ioutil package from the source code
Issue -
State: closed - Opened by alexandear over 1 year ago
- 1 comment
Labels: enhancement
#805 - empty-block: Fix false positive on select {}
Pull Request -
State: closed - Opened by abhinav over 1 year ago
#804 - False positive on select {}
Issue -
State: closed - Opened by abhinav over 1 year ago
- 2 comments
#803 - fix(deps): update module github.com/fatih/color to v1.15.0
Pull Request -
State: closed - Opened by renovate[bot] over 1 year ago
#802 - fix issue #520
Pull Request -
State: closed - Opened by chavacava over 1 year ago
#801 - fix(deps): update module golang.org/x/tools to v0.7.0
Pull Request -
State: closed - Opened by renovate[bot] over 1 year ago
#800 - Default settings do not match recommended settings
Issue -
State: closed - Opened by walles over 1 year ago
#799 - Update default rule set to match recommendations
Pull Request -
State: closed - Opened by walles over 1 year ago
- 3 comments
#798 - fix(deps): update github.com/chavacava/garif digest to b8c73b2
Pull Request -
State: closed - Opened by renovate[bot] over 1 year ago
#797 - add golint's package name MixedCaps rule
Pull Request -
State: closed - Opened by cce over 1 year ago
- 2 comments
#796 - Add golint package name MixedCaps rule
Issue -
State: closed - Opened by cce over 1 year ago
#795 - `comment-spacings` false positive for /**/ style comments
Issue -
State: open - Opened by s3rj1k over 1 year ago
- 2 comments
Labels: enhancement
#794 - Add tags to docker images built by GoReleaser
Pull Request -
State: closed - Opened by echoix over 1 year ago
- 4 comments
#793 - fix issue #792
Pull Request -
State: closed - Opened by chavacava over 1 year ago
#792 - Panic when contains empty type block declaration
Issue -
State: closed - Opened by QuangTung97 over 1 year ago
- 3 comments
Labels: bug
#791 - refactor: Reduce package-comments output scope
Pull Request -
State: closed - Opened by heyvito over 1 year ago
- 3 comments
Labels: bug
#790 - package-comments position includes the whole file
Issue -
State: closed - Opened by heyvito over 1 year ago
#789 - fixing comment spacings
Pull Request -
State: closed - Opened by felipedavid over 1 year ago
- 3 comments
#788 - comment-spacings should allow //<Tab> and /*
Issue -
State: closed - Opened by powerman over 1 year ago
Labels: bug, good first issue
#787 - Missing version output in `revive -version` in goreleaser released files
Issue -
State: open - Opened by echoix over 1 year ago
- 5 comments
Labels: bug, good first issue
#786 - Missing tag "latest" on container images uploaded to ghcr.io
Issue -
State: closed - Opened by echoix over 1 year ago
- 2 comments
Labels: feature request, good first issue
#785 - fix(deps): update module golang.org/x/tools to v0.6.0
Pull Request -
State: closed - Opened by renovate[bot] over 1 year ago
#784 - strconv.ParseInt(myID, 10, 32) --> add-constant: avoid magic numbers like '10'
Issue -
State: open - Opened by guettli almost 2 years ago
- 8 comments
#783 - fix(deps): update module github.com/fatih/color to v1.14.1
Pull Request -
State: closed - Opened by renovate[bot] almost 2 years ago
#782 - fix #781: nested-structs errors on an interface func "set" return value
Pull Request -
State: closed - Opened by chavacava almost 2 years ago
#781 - Rule `nested-structs` errors on an interface func "set" return value
Issue -
State: closed - Opened by jpopadak almost 2 years ago
- 2 comments
#780 - fix(deps): update module golang.org/x/tools to v0.5.0
Pull Request -
State: closed - Opened by renovate[bot] almost 2 years ago
#778 - Exclude some lines from the line-length-limit rule using regular expressions
Issue -
State: open - Opened by james-johnston-thumbtack almost 2 years ago
- 1 comment
#777 - fix(deps): update module golang.org/x/tools to v0.4.0
Pull Request -
State: closed - Opened by renovate[bot] almost 2 years ago
#776 - Fix early-return false positive and other tweaks
Pull Request -
State: closed - Opened by mdelah almost 2 years ago
#775 - early-return false positive
Issue -
State: closed - Opened by mdelah almost 2 years ago
- 7 comments
#774 - Can not disable ID var-naming
Issue -
State: closed - Opened by oslyak almost 2 years ago
#773 - Update sarif.go
Pull Request -
State: closed - Opened by rnikoopour almost 2 years ago
- 1 comment
#772 - fix(deps): update module golang.org/x/tools to v0.3.0
Pull Request -
State: closed - Opened by renovate[bot] almost 2 years ago
#771 - SARIF mode line and column numbers off by 1
Issue -
State: closed - Opened by rnikoopour almost 2 years ago
#770 - Whats the reasoning behind this?
Issue -
State: closed - Opened by wojtekLs almost 2 years ago
#769 - Doesn't return an appropriate exit code
Issue -
State: closed - Opened by Integralist almost 2 years ago
- 1 comment
#768 - Not working
Issue -
State: closed - Opened by wojtekLs about 2 years ago
- 2 comments
#767 - fix(deps): update github.com/chavacava/garif digest to b3ef358
Pull Request -
State: closed - Opened by renovate[bot] about 2 years ago
#766 - fix(deps): update module github.com/burntsushi/toml to v1.2.1
Pull Request -
State: closed - Opened by renovate[bot] about 2 years ago
#765 - Allows inversing the semantics of `string-format` rule configurations
Pull Request -
State: closed - Opened by chavacava about 2 years ago
#764 - Speedup branch comparison in `identical-branches` rule
Pull Request -
State: closed - Opened by chavacava about 2 years ago
- 1 comment
#763 - fix(deps): update module golang.org/x/tools to v0.2.0
Pull Request -
State: closed - Opened by renovate[bot] about 2 years ago
#762 - string-format: Missing possibility to consider matches as linting errors
Issue -
State: closed - Opened by chloe-the-catgirl about 2 years ago
- 2 comments
Labels: enhancement
#761 - Comment spacing rule
Pull Request -
State: closed - Opened by qascade about 2 years ago
- 2 comments
#760 - fix #759 [rule.add-constant] change 'ignoreFuncs' expressions in docu…
Pull Request -
State: closed - Opened by rawen17 about 2 years ago
#759 - [rule.add-constant] change ''ignoreFuncs' expressions in documentation and test
Issue -
State: closed - Opened by rawen17 about 2 years ago
#758 - docs(README): add missing links and fix a broken one
Pull Request -
State: closed - Opened by tmzane about 2 years ago
#757 - fix #754 [rule.unhandled-error] change arguments to regexp
Pull Request -
State: closed - Opened by rawen17 about 2 years ago
- 7 comments
#756 - fix #751 [rule.add-constant] add ignoreFuncs to exclude constants in …
Pull Request -
State: closed - Opened by rawen17 about 2 years ago
- 5 comments
#755 - fix #751 [rule.add-constant] add ignoreFuncs to exclude constants in …
Pull Request -
State: closed - Opened by rawen17 about 2 years ago
#754 - [rule.unhandled-error] change 'arguments' (ignored function names) in configuration to regexp
Issue -
State: closed - Opened by rawen17 about 2 years ago
#753 - Fix broken link of 'Comment Directives' in README
Pull Request -
State: closed - Opened by davidhsingyuchen about 2 years ago
- 1 comment
#752 - Rule `add-constant` is not working
Issue -
State: closed - Opened by marek-valuch about 2 years ago
- 4 comments
#751 - [rule.add-constant] add ''ignoreFuncs' to exclude constants in functions
Issue -
State: closed - Opened by rawen17 about 2 years ago
- 5 comments
#750 - "go get" reference updates
Pull Request -
State: closed - Opened by attiss about 2 years ago
#749 - panics with `enable-all-rules: true`: not enough arguments for cyclomatic rule, expected 1, got 0
Issue -
State: closed - Opened by Dentrax about 2 years ago
- 7 comments