-
Notifications
You must be signed in to change notification settings - Fork 312
Comparing changes
Open a pull request
base repository: mgechev/revive
base: v1.1.4
head repository: mgechev/revive
compare: v1.2.0
- 11 commits
- 46 files changed
- 7 contributors
Commits on Feb 27, 2022
-
Incorrect handling of token.{LEQ,GEQ} for constant-logical-expr (#642)
* fix: incorrect handling of token.{LEQ,GEQ} for constant-logical-expr lint Signed-off-by: subham sarkar <sarkar.subhams2@gmail.com> * tiny modification in comments Co-authored-by: chavacava <salvadorcavadini+github@gmail.com>Configuration menu - View commit details
-
Copy full SHA for 54d9a09 - Browse repository at this point
Copy the full SHA 54d9a09View commit details
Commits on Mar 2, 2022
-
format sources w/ gofumpt (#643)
Signed-off-by: subham sarkar <sarkar.subhams2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 577441d - Browse repository at this point
Copy the full SHA 577441dView commit details
Commits on Mar 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f335f97 - Browse repository at this point
Copy the full SHA f335f97View commit details
Commits on Mar 15, 2022
-
fix(deps): update module golang.org/x/tools to v0.1.10 (#649)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for de50c6a - Browse repository at this point
Copy the full SHA de50c6aView commit details
Commits on Mar 17, 2022
-
fix(deps): update github.com/chavacava/garif digest to 5cad0b5 (#651)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 61222a1 - Browse repository at this point
Copy the full SHA 61222a1View commit details
Commits on Mar 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5ce2ff5 - Browse repository at this point
Copy the full SHA 5ce2ff5View commit details
Commits on Mar 20, 2022
-
Allow revive to be called with extra linters (#650)
This change allows revive to be called from main.go in other libraries and pass in a list of custom linters to be added to the built-in linters found in config Co-authored-by: Bernardo Heynemann <bernardo.heynemann@coinbase.com> Co-authored-by: chavacava <salvadorcavadini+github@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1c28383 - Browse repository at this point
Copy the full SHA 1c28383View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f6f0eb - Browse repository at this point
Copy the full SHA 5f6f0ebView commit details
Commits on Mar 29, 2022
-
Adds support for new type alias
anyin the ruleredefines-built-in(#659) * adds support for any type alias * adds more representative tests
Configuration menu - View commit details
-
Copy full SHA for fa939ad - Browse repository at this point
Copy the full SHA fa939adView commit details -
Separating lib from cli (#655)
* Separating lib from cli * Renamed NewRevive to New * Added GetLintFailures helper function * Moved formatter to call to format since that's when it's needed * makes fields of Revive struct non-public * minor modifs in tests: remove unnamed constats * Added lint package management to lint command * README message for using revive as a library * README formatting * Removed unused method * Slightly improved wording in README * Handling format errors * Renaming file to better reflect intent * Refactoring pattern usage * README heads * renames excludePaths into excludePatterns Co-authored-by: Bernardo Heynemann <bernardo.heynemann@coinbase.com> Co-authored-by: chavacava <salvadorcavadini+github@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 318db94 - Browse repository at this point
Copy the full SHA 318db94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 671c55d - Browse repository at this point
Copy the full SHA 671c55dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.4...v1.2.0