Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs fix broken links #1

Closed
wants to merge 538 commits into from
Closed

docs fix broken links #1

wants to merge 538 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 9, 2023

  1. build(deps): bump github.com/nunnatsa/ginkgolinter from 0.13.5 to 0.1…

    …4.0 (golangci#4117)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0e82ef5 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/securego/gosec/v2 from 2.17.0 to 2.18.0 (g…

    …olangci#4120)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    823f02d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d5d29f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c178d3 View commit details
    Browse the repository at this point in the history
  5. feat: add gochecksumtype linter (golangci#3671)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    alecthomas and ldez committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    69d6cc9 View commit details
    Browse the repository at this point in the history
  6. unused: support passing in options (golangci#4086)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    fatanugraha and ldez committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    bce3dfd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b73b3a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    6cd1bfd View commit details
    Browse the repository at this point in the history
  2. govet: add appends analyzer (golangci#4127)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    Antonboom and ldez committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6491317 View commit details
    Browse the repository at this point in the history
  3. Add "inamedparam": checks for interface method with unnamed params (g…

    …olangci#3793)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    macabu and ldez committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4b188db View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    e96af3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0946f2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0605100 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    1fc29d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94f8503 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    64e382b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf93cf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39c5fd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4254fad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffb9608 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    904cec8 View commit details
    Browse the repository at this point in the history
  7. docs: describe enabled and disabled by default analyzers of govet (go…

    …langci#4146)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    Antonboom and ldez committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1bfcc5f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Add perfsprint linter (golangci#3714)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    Co-authored-by: Anton Telyshev <anton.telishev@yandex.ru>
    3 people committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    de1c391 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    063f2c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17e1a5f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    5c19d1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d58209 View commit details
    Browse the repository at this point in the history
  3. output: convert backslashes to forward slashes for GitHub Action anno…

    …tations printer (golangci#4149)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    surik and ldez committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9b20d49 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. docs: Update documentation and assets (golangci#4163)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    golangci-releaser and ldez committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e9cbc4f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Oct 29, 2023

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

Commits on Oct 30, 2023

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

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    02b6600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3c2265 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. docs: Update documentation and assets (golangci#4181)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    golangci-releaser and ldez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    61f2ef3 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. build(deps): bump github.com/catenacyber/perfsprint from 0.2.0 to 0.3…

    ….0 (golangci#4157)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    2b7c777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f17fef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97cb905 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77cfc00 View commit details
    Browse the repository at this point in the history
  5. whitespace: update after moving to the analysis package (golangci#4003

    )
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    bombsimon and ldez committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    78742ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b702218 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2640ed7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4200194 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. docs: note that exhaustruct struct regular expressions are expected…

    … to match the entire `package/name/structname` (golangci#4190)
    magnetikonline committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    467d563 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    cf2591a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c6c871 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a12dde0 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 (golan…

    …gci#4194)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    da3eb31 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github.com/nishanths/exhaustive from 0.11.0 to 0.12…

    ….0 (golangci#4195)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b314655 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. build(deps): bump github.com/catenacyber/perfsprint from 0.3.0 to 0.3…

    ….1 (golangci#4199)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    be5c2e9 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/jgautheron/goconst from 1.6.0 to 1.7.0 (g…

    …olangci#4200)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    53e2c53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89bfdc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0baed20 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. build(deps): bump github.com/OpenPeeDeeP/depguard/v2 from 2.1.0 to 2.…

    …2.0 (golangci#4207)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    affa7d1 View commit details
    Browse the repository at this point in the history
  2. chore: build doc on PR

    ldez committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4384969 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. dev: use analyzer fields for name, doc instead of hardcoded strings (g…

    …olangci#4214)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    alexandear and ldez committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    ce020c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    57bc603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a9130 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    f269abe View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/bombsimon/wsl/v4 from 3.4.0 to 4.2.0 (go…

    …langci#4215)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    Co-authored-by: Simon Sawert <simon@sawert.se>
    3 people committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e32f2f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    185b2c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    de98cc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0d0401 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfd0984 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cb4973 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github.com/catenacyber/perfsprint from 0.3.1 to 0.4…

    ….0 (golangci#4236)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    84442f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    42cdc30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c7e42a View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/go-critic/go-critic from 0.9.0 to 0.10.0 (

    …golangci#4249)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    790c163 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    390acc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d5efec View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    6b535ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77ffe36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5083ba8 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump go-simpler.org/sloglint from 0.3.0 to 0.4.0 (golang…

    …ci#4257)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    27e99b5 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github.com/daixiang0/gci from 0.11.2 to 0.12.0 (gol…

    …angci#4260)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    815556a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32e5b2b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

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

Commits on Dec 19, 2023

  1. docs: improve .golangci.reference.yml defaults (golangci#4271)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    mateusoliveira43 and ldez committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b2901be View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

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

Commits on Dec 21, 2023

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

Commits on Dec 22, 2023

  1. fix: make versioning inside Docker image consistent with binaries (go…

    …langci#4279)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    alebcay and ldez committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    95bc7a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d99c02c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. build(deps): bump github.com/nunnatsa/ginkgolinter from 0.15.1 to 0.1…

    …5.2 (golangci#4282)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    f921f00 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

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

Commits on Dec 27, 2023

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

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    4a4a0b7 View commit details
    Browse the repository at this point in the history
  2. dev: replace hashicorp/go-multierror with errors.Join (golangci#4291)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    alexandear and ldez committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    d22232a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

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

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    85fb5a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4b1a7 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/go-critic/go-critic from 0.10.0 to 0.11.0 (

    golangci#4295)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    87d55d9 View commit details
    Browse the repository at this point in the history
  4. docs: fix noctx description (golangci#4297)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    Bysmyyr and ldez committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0fdf33a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. feat: add spancheck linter (golangci#4290)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    jjti and ldez committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d23c354 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. dev: replace raw loops with funcs from slices and maps (golangci#4299)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    alexandear and ldez committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    521a676 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

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

Commits on Jan 7, 2024

  1. build(deps): bump github.com/mgechev/revive from 1.3.4 to 1.3.5 (gola…

    …ngci#4305)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    8301163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    311f07d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    1ead82f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75d5708 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4e2237 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    1bb8c57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf463a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    057c296 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    553161d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

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

Commits on Jan 16, 2024

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

Commits on Jan 19, 2024

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

Commits on Jan 20, 2024

  1. build(deps): bump github.com/ghostiam/protogetter from 0.3.3 to 0.3.4 (

    …golangci#4327)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    3ff4163 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    7656f82 View commit details
    Browse the repository at this point in the history
  2. dev: check go.sum is up to date (golangci#4334)

    Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
    alexandear and ldez committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5d695b7 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump mvdan.cc/unparam from 20221223090309-7455f1af531d t…

    …o 20240104100049-c549a3470d14 (golangci#4333)
    alexandear committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    71ffbf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    1cfbe0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11bf3d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

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

Commits on Feb 2, 2024

  1. feat: implement stats per linter with a flag (golangci#4341)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    mostafa and ldez committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b3ffe70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee98b50 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/catenacyber/perfsprint from 0.5.0 to 0.6…

    ….0 (golangci#4346)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4ea9468 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. dev: remove unrelated flags from config and linters command (golangci…

    …#4284)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    mateusoliveira43 and ldez committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    a727aa5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 7, 2024

  1. build(deps): bump github.com/butuzov/ireturn from 0.2.2 to 0.3.0 (gol…

    …angci#4352)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6e09a20 View commit details
    Browse the repository at this point in the history
  2. go1.22 support (golangci#4272)

    ldez committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    192ee89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a00b40 View commit details
    Browse the repository at this point in the history
  4. docs: Update documentation and assets (golangci#4354)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    golangci-releaser and ldez committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f6dc4d9 View commit details
    Browse the repository at this point in the history
  5. dev: use matrix go version

    ldez committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3d3a0bc View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github.com/mgechev/revive from 1.3.6 to 1.3.7 (gola…

    …ngci#4355)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ca7b7a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    b525f2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    828b6b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a25592b View commit details
    Browse the repository at this point in the history
  4. docs: Update documentation and assets (golangci#4362)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    golangci-releaser and ldez committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d751398 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    5a78c8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcddbda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f26840 View commit details
    Browse the repository at this point in the history
  4. dev: refactor govet impl with slices.Contains (golangci#4372)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    alexandear and ldez committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7cf6cc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. dev: fix govet.nilness lint issues (golangci#4373)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    alexandear and ldez committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    cc3e67b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf5008a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    403437e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5357885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21bb543 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    5513d3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71eae84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a35de8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58a724a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    468b8ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7a461a View commit details
    Browse the repository at this point in the history
  7. build(deps): bump github.com/catenacyber/perfsprint from 0.6.0 to 0.7…

    ….0 (golangci#4386)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e5d2bc9 View commit details
    Browse the repository at this point in the history
  8. docs: improve govet description (golangci#4366)

    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    silverwind and ldez committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cc78204 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76cfe46 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b96ff83 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2417da1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. build(deps): bump github.com/kunwardeep/paralleltest from 1.0.9 to 1.…

    …0.10 (golangci#4394)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f4e33e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

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

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    b07bd18 View commit details
    Browse the repository at this point in the history
  2. gocritic: support of enable-all and disable-all options (golangci#4335)

    Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
    Antonboom and ldez committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c65868c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64492b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    e6720b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2443929 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcd015e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    fb1ec9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbbf75b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a2eebd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    bb6d711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4068bb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    76ce09b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/denis-tingaikin/go-headerfrom 0.4.3 to 0…

    ….5.0 (golangci#4396)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    firelizzard18 and ldez committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    17e736f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    b172ad4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5d7302 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    784264d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    9ecfc05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3452e2e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

Commits on Feb 29, 2024

  1. build(deps): bump github.com/daixiang0/gci from 0.12.3 to 0.13.0 (gol…

    …angci#4429)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9c492af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26f8088 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

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

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    d36c383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ee10a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5c339f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df70758 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b560aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61f2f70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1eed50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    979a4aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3866470 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a087808 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    8f2459b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f81c3f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d91352 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54b0f3c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    4838429 View commit details
    Browse the repository at this point in the history
  2. chore: nancy

    ldez committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    98f0a9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f18e6c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    808c06d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    603e568 View commit details
    Browse the repository at this point in the history
  2. dev: fix nancy

    ldez committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    92c0558 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    803970f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 in /scrip…

    …ts/gen_github_action_config (golangci#4464)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    dependabot[bot] and ldez committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6628d21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fea092 View commit details
    Browse the repository at this point in the history
  3. fix: use first issue without inline on mergeLineIssues on multiplie i…

    …ssues (golangci#3316)
    
    Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
    peakle and ldez committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1b0dbb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0f89fb View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    d06296e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cabafc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e2840b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    797d3bb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

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

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    6fda810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05f27ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0fdea0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    167204c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb30bbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec52d3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cb1656 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85e1dee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d18acc5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b52349 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    59202b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    331d29b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0554536 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c047ed6 View commit details
    Browse the repository at this point in the history
  5. docs: fix JSON schema publishing

    ldez committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b923d0f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    2a1afc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaf3ff0 View commit details
    Browse the repository at this point in the history
  3. docs: fix linters page

    ldez committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0c4c36d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1732944 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    236e0e5 View commit details
    Browse the repository at this point in the history
  6. dev: clean up (golangci#4495)

    ldez committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    78d2118 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51a963f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea82373 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6ac5a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    e033990 View commit details
    Browse the repository at this point in the history
  2. dev: clean up (golangci#4502)

    ldez committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7489d44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4adac52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d736d09 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    b05e397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    addd06c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dd1545 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d239c9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39617e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c031f39 View commit details
    Browse the repository at this point in the history