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: golangci/golangci-lint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.29.0
Choose a base ref
...
head repository: golangci/golangci-lint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.30.0
Choose a head ref
  • 11 commits
  • 23 files changed
  • 4 contributors

Commits on Jul 21, 2020

  1. Update assets/github-action-config.json (#1254)

    Sergey Vilgelm committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    15d97e9 View commit details
    Browse the repository at this point in the history
  2. Trigger Netlify to rebuild the docs (#1256)

    Sergey Vilgelm committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    63249d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    cb2f12e View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/tetafro/godot from 0.4.2 to 0.4.8 (#1261)

    Bumps [github.com/tetafro/godot](https://github.com/tetafro/godot) from 0.4.2 to 0.4.8.
    - [Release notes](https://github.com/tetafro/godot/releases)
    - [Changelog](https://github.com/tetafro/godot/blob/master/.goreleaser.yml)
    - [Commits](tetafro/godot@v0.4.2...v0.4.8)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    ba48f30 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Introduce gci as new linter (#1266)

    * Introduce gci as new linter
    
    Signed-off-by: Xiang Dai <[email protected]>
    
    * use goimports setting if not specified
    
    Signed-off-by: Xiang Dai <[email protected]>
    daixiang0 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    60613dc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Gci: support auto fix (#1277)

    Signed-off-by: Xiang Dai <[email protected]>
    daixiang0 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    d38d047 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Use the latest version of golangci-lint in action (#1280)

    Sergey Vilgelm committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    ba997c5 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/securego/gosec/v2 from 2.3.0 to 2.4.0 (#…

    …1273)
    
    * build(deps): bump github.com/securego/gosec/v2 from 2.3.0 to 2.4.0
    
    Bumps [github.com/securego/gosec/v2](https://github.com/securego/gosec) from 2.3.0 to 2.4.0.
    - [Release notes](https://github.com/securego/gosec/releases)
    - [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
    - [Commits](securego/gosec@v2.3.0...v2.4.0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Rename Blacklisted -> Blocklisted
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sergey Vilgelm <[email protected]>
    dependabot[bot] and Sergey Vilgelm committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    4354a64 View commit details
    Browse the repository at this point in the history
  3. Add WithAutofix flag for gofumpt linter config (#1281)

    Sergey Vilgelm committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    3aa04f5 View commit details
    Browse the repository at this point in the history
  4. new nlreturn linter (#1267)

    * new nlreturn linter
    
    * fix: import order
    
    Co-authored-by: Sergey Vilgelm <[email protected]>
    ssgreg and Sergey Vilgelm committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    6b60cb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Prepare release v1.30.0 (#1282)

    Sergey Vilgelm committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    45b90f6 View commit details
    Browse the repository at this point in the history
Loading