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

Fix issues found by golangci-linter #45

Merged
merged 25 commits into from
Sep 5, 2024

Commits on Sep 4, 2024

  1. Fix gci issues

    ozmiiova committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9b23625 View commit details
    Browse the repository at this point in the history
  2. Fix nlreturn issues

    ozmiiova committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0f5d606 View commit details
    Browse the repository at this point in the history
  3. Remove unused function

    ozmiiova committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6235428 View commit details
    Browse the repository at this point in the history
  4. Add missed dot in comment

    ozmiiova committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    37109cb View commit details
    Browse the repository at this point in the history
  5. Fixed unnecessary leading newlines

    ozmiiova committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    52793f4 View commit details
    Browse the repository at this point in the history
  6. Fix magic numbers

    ozmiiova committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    76a6b08 View commit details
    Browse the repository at this point in the history
  7. Remove named return

    ozmiiova committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    550b3e1 View commit details
    Browse the repository at this point in the history
  8. Remove underscores from var names, rename unused params, drop unneces…

    …sary else blocs, fix magic numbers
    ozmiiova committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a22ec0c View commit details
    Browse the repository at this point in the history
  9. Update code styles, disable linters in complex functions planned for …

    …refactoring
    ozmiiova committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4df5e17 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'refs/heads/embed-code-go-add-linter' into go-fix-linter…

    …-issues
    ozmiiova committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f894f4d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f153cd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fix uint32 format

    ozmiiova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3603e5d View commit details
    Browse the repository at this point in the history
  2. Enable tests run in PR

    ozmiiova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a6d0d8b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refs/heads/embed-code-go-add-linter' into go-fix-linter…

    …-issues
    ozmiiova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c0cee0f View commit details
    Browse the repository at this point in the history
  4. Break lines longer than 100 symbols

    ozmiiova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c98f817 View commit details
    Browse the repository at this point in the history
  5. Rename params

    ozmiiova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    61515b4 View commit details
    Browse the repository at this point in the history
  6. Add TODO comments and issues

    ozmiiova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1988d12 View commit details
    Browse the repository at this point in the history
  7. Add TODO comments for a magic number

    ozmiiova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    27dcf74 View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary branch

    ozmiiova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1c3be2c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    564e5b6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03748c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7883f38 View commit details
    Browse the repository at this point in the history
  12. Remove unnecessary branch

    ozmiiova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5d9f3a3 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/go-fix-linter-issues' into go-fi…

    …x-linter-issues
    ozmiiova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bf08114 View commit details
    Browse the repository at this point in the history
  14. Remove blank line

    ozmiiova committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c31db96 View commit details
    Browse the repository at this point in the history