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: gordonklaus/ineffassign
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: gordonklaus/ineffassign
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 11 commits
  • 6 files changed
  • 5 contributors

Commits on Nov 20, 2023

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

Commits on Nov 22, 2023

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

Commits on Nov 23, 2023

  1. Merge pull request #86 from alexandear/update-analyzer-doc

    Update analyzer doc to match with golangci-lint
    gordonklaus authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    203788b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from estensen/fix-install

    docs: update install instructions
    gordonklaus authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    98f08ee View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

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

Commits on Jun 27, 2025

  1. Update ineffassign.go

    Adds end position for identifier when emitting diagnostics
    dcarney-stripe authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    a6dd933 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. Merge pull request #96 from dcarney-stripe/patch-1

    Adds an end position for identifier when emitting diagnostics
    gordonklaus authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    e609ce0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

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

Commits on Jul 19, 2025

  1. Remove unused import

    Fixes #99
    gordonklaus committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    7428056 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2025

  1. add flag to optionally check for escaping errors (#100)

    * add flag to optionally check for escaping errors
    
    resolves #89
    
    * check type instead of variable name for check-escaping-errors option
    handle other types of escaping as well
    fix usage output duplication
    nvx authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    44548fd View commit details
    Browse the repository at this point in the history
Loading