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

Enable linter in the CI #498

Closed
wants to merge 49 commits into from
Closed

Enable linter in the CI #498

wants to merge 49 commits into from

Commits on May 24, 2024

  1. Add golangci-lint

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    92f9ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf910d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67e5ba2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ab9200 View commit details
    Browse the repository at this point in the history
  5. Add missing error handling

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    544ec0f View commit details
    Browse the repository at this point in the history
  6. Rename unused parameters

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8dcd61d View commit details
    Browse the repository at this point in the history
  7. ignore IDE .idea

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    342d3c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    282feb4 View commit details
    Browse the repository at this point in the history
  9. Fix some formatting

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9f82f49 View commit details
    Browse the repository at this point in the history
  10. Add error handling

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    43864ca View commit details
    Browse the repository at this point in the history
  11. Fix asalint

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5f6afd7 View commit details
    Browse the repository at this point in the history
  12. minor fixes

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1fe1527 View commit details
    Browse the repository at this point in the history
  13. Add false-positive exception

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c144a8e View commit details
    Browse the repository at this point in the history
  14. Add line length exception

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    56874b3 View commit details
    Browse the repository at this point in the history
  15. Correct capitalization

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3149ecf View commit details
    Browse the repository at this point in the history
  16. Fix lint issues package bn256

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    fae7ebf View commit details
    Browse the repository at this point in the history
  17. Fix lint issues package eddsa

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    72e8157 View commit details
    Browse the repository at this point in the history
  18. Fix lint issues package pvss

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6959397 View commit details
    Browse the repository at this point in the history
  19. Fix lint issues package util

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0dabcf6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e479300 View commit details
    Browse the repository at this point in the history
  21. Fix lint issues package int

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    41aa552 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3bc58d4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e58a5ff View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a69ac4c View commit details
    Browse the repository at this point in the history
  25. Fix lint issues package dleq

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    da38859 View commit details
    Browse the repository at this point in the history
  26. Fix lint issues package share

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b82af93 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9827768 View commit details
    Browse the repository at this point in the history
  28. Fix lint issues package anon

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b1504e1 View commit details
    Browse the repository at this point in the history
  29. Fix lint issues package cosi

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c1b4c40 View commit details
    Browse the repository at this point in the history
  30. Fix lint issues package ecies

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    dfb7d27 View commit details
    Browse the repository at this point in the history
  31. Fix lint issues dkg-rabin

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    891fbf0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    5daa04b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    be595d3 View commit details
    Browse the repository at this point in the history
  34. Fix lint issues sign

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    11c203b View commit details
    Browse the repository at this point in the history
  35. Fix most lint issues share

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    440649d View commit details
    Browse the repository at this point in the history
  36. Fix lint issues share

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5149a1f View commit details
    Browse the repository at this point in the history
  37. Reduce cogn. complexity

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d551b65 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    755961d View commit details
    Browse the repository at this point in the history
  39. relax golangci rules

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    225d36c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    4db0c56 View commit details
    Browse the repository at this point in the history
  41. More linter fix

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ee2f9c7 View commit details
    Browse the repository at this point in the history
  42. Rename unused parameters

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f05993e View commit details
    Browse the repository at this point in the history
  43. Setup golangci action

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f9fa357 View commit details
    Browse the repository at this point in the history
  44. Divide large test

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1f7b472 View commit details
    Browse the repository at this point in the history
  45. Fix new lint error shuffle

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f5fcf0e View commit details
    Browse the repository at this point in the history
  46. Fix lint error encoding

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    67df27b View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    798e66a View commit details
    Browse the repository at this point in the history
  48. Fix forgotten conflict

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0adfea0 View commit details
    Browse the repository at this point in the history
  49. Add back golangci rules

    K1li4nL committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7cd82b7 View commit details
    Browse the repository at this point in the history