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

Add golangci-lint #2010

Merged
merged 53 commits into from
Mar 1, 2023
Merged

Add golangci-lint #2010

merged 53 commits into from
Mar 1, 2023

Commits on Jan 3, 2023

  1. Print out lint results

    gapra-msft committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    1eaf754 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Fixed errcheck errors

    gapra-msft committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    19062e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aaee4a View commit details
    Browse the repository at this point in the history
  3. Add Golang CI Lint Action

    gapra-msft committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    3ddf75f View commit details
    Browse the repository at this point in the history
  4. Fix CI yml file

    gapra-msft committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    34838ab View commit details
    Browse the repository at this point in the history
  5. Fixed ineffassign errors

    gapra-msft committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9ff0610 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f61cad View commit details
    Browse the repository at this point in the history
  7. Fixed errcheck issues

    gapra-msft committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    4ced119 View commit details
    Browse the repository at this point in the history
  8. Fixed some gosimple

    gapra-msft committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7b89b52 View commit details
    Browse the repository at this point in the history
  9. errcheck fixes

    gapra-msft committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    486c0be View commit details
    Browse the repository at this point in the history
  10. Fixed few more issues

    gapra-msft committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    329f984 View commit details
    Browse the repository at this point in the history
  11. skip files correction

    gapra-msft committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    d2acc2a View commit details
    Browse the repository at this point in the history
  12. Fixed a few more errors

    gapra-msft committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7bc2737 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f544f20 View commit details
    Browse the repository at this point in the history
  14. Fix all ioutil issues

    gapra-msft committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f857e3e View commit details
    Browse the repository at this point in the history
  15. import io

    gapra-msft committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    c1ed142 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Allow nolint

    gapra-msft committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    0eeb95c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42434b7 View commit details
    Browse the repository at this point in the history
  3. Fixed some unused errors

    gapra-msft committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    58d1bb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46c107d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc57b31 View commit details
    Browse the repository at this point in the history
  6. resolved more unused

    gapra-msft committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    3d57e91 View commit details
    Browse the repository at this point in the history
  7. exclude S1008

    gapra-msft committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    54b0def View commit details
    Browse the repository at this point in the history
  8. resolved all lint issues

    gapra-msft committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    2ffb093 View commit details
    Browse the repository at this point in the history
  9. Fix static check

    gapra-msft committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    fc9dc20 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30b38c2 View commit details
    Browse the repository at this point in the history
  11. remove workflow

    gapra-msft committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    2e1f3cd View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    34d523b View commit details
    Browse the repository at this point in the history
  2. Added github file

    gapra-msft committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    ca2ea3d View commit details
    Browse the repository at this point in the history
  3. v2

    gapra-msft committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    35ba21d View commit details
    Browse the repository at this point in the history
  4. ubuntu latest

    gapra-msft committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    e75eaaa View commit details
    Browse the repository at this point in the history
  5. deadcode

    gapra-msft committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    d99b38a View commit details
    Browse the repository at this point in the history
  6. Added deadcode

    gapra-msft committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    25cd90f View commit details
    Browse the repository at this point in the history
  7. Varcheck

    gapra-msft committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    a410848 View commit details
    Browse the repository at this point in the history
  8. Added windows and macos

    gapra-msft committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    af442a6 View commit details
    Browse the repository at this point in the history
  9. increase timeout

    gapra-msft committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    97d8ef8 View commit details
    Browse the repository at this point in the history
  10. windows lint

    gapra-msft committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    51cdbd0 View commit details
    Browse the repository at this point in the history
  11. more windows errors

    gapra-msft committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    15a5997 View commit details
    Browse the repository at this point in the history
  12. ineffassign

    gapra-msft committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    375e141 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    398e1c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. remove todo

    gapra-msft committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    944a992 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

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

Commits on Feb 7, 2023

  1. Update the linting

    gapra-msft committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    67e42ff View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. more lint fix

    gapra-msft committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7bb68ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38030f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    711c7c7 View commit details
    Browse the repository at this point in the history
  2. clean up nolint in e2etest

    gapra-msft committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    6391c3a View commit details
    Browse the repository at this point in the history
  3. add another lint flag

    gapra-msft committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1f5e002 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c79479e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Brought back isObjectAce

    gapra-msft committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    6b93690 View commit details
    Browse the repository at this point in the history
  2. add unused label

    gapra-msft committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    2435b8f View commit details
    Browse the repository at this point in the history
  3. fixed nolint tag

    gapra-msft committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    90aeba6 View commit details
    Browse the repository at this point in the history
  4. added unused

    gapra-msft committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    ac396cd View commit details
    Browse the repository at this point in the history