Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mgechev/revive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.4
Choose a base ref
...
head repository: mgechev/revive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 11 commits
  • 46 files changed
  • 7 contributors

Commits on Feb 27, 2022

  1. 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>
    shmsr and chavacava authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    54d9a09 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. format sources w/ gofumpt (#643)

    Signed-off-by: subham sarkar <sarkar.subhams2@gmail.com>
    shmsr authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    577441d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Configuration menu
    Copy the full SHA
    f335f97 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. fix(deps): update module golang.org/x/tools to v0.1.10 (#649)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    de50c6a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. fix(deps): update github.com/chavacava/garif digest to 5cad0b5 (#651)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    61222a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    5ce2ff5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. 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>
    3 people authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    1c28383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f6f0eb View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Adds support for new type alias any in the rule redefines-built-in (

    #659)
    
    * adds support for any type alias
    
    * adds more representative tests
    chavacava authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    fa939ad View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    318db94 View commit details
    Browse the repository at this point in the history
  3. adds rule use-any (#660)

    chavacava authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    671c55d View commit details
    Browse the repository at this point in the history
Loading