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 #527

Merged
merged 82 commits into from
Jul 1, 2024
Merged

Enable linter in the CI #527

merged 82 commits into from
Jul 1, 2024

Commits on Jun 24, 2024

  1. Setup golangci action

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    52eb401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b26390 View commit details
    Browse the repository at this point in the history
  3. Add missing error handling

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

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2d85251 View commit details
    Browse the repository at this point in the history
  5. ignore IDE .idea

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dae9ffc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbd289c View commit details
    Browse the repository at this point in the history
  7. Fix some formatting

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

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    757dd4a View commit details
    Browse the repository at this point in the history
  9. Fix asalint

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cd5d67e View commit details
    Browse the repository at this point in the history
  10. minor fixes

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c3bc175 View commit details
    Browse the repository at this point in the history
  11. Add false-positive exception

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    38d876c View commit details
    Browse the repository at this point in the history
  12. Add line length exception

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6dc12c9 View commit details
    Browse the repository at this point in the history
  13. Correct capitalization

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9ae3d4e View commit details
    Browse the repository at this point in the history
  14. Fix lint issues package bn256

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6fdd0f9 View commit details
    Browse the repository at this point in the history
  15. Fix lint issues package eddsa

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

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a407e2d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ab9ecc0 View commit details
    Browse the repository at this point in the history
  18. Fix lint issues package int

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c2b6dc2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9fb52f6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7779c77 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2677088 View commit details
    Browse the repository at this point in the history
  22. Fix lint issues package dleq

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    111c5c7 View commit details
    Browse the repository at this point in the history
  23. Fix lint issues package share

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1669ef3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3954ef5 View commit details
    Browse the repository at this point in the history
  25. Fix lint issues package anon

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    45a5b53 View commit details
    Browse the repository at this point in the history
  26. Fix lint issues package cosi

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3c95238 View commit details
    Browse the repository at this point in the history
  27. Fix lint issues package ecies

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

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0a93074 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    286e2b1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6f31be0 View commit details
    Browse the repository at this point in the history
  31. Fix lint issues sign

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    775cdcf View commit details
    Browse the repository at this point in the history
  32. Fix most lint issues share

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7f39397 View commit details
    Browse the repository at this point in the history
  33. Fix lint issues share

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    82f8be6 View commit details
    Browse the repository at this point in the history
  34. Reduce cogn. complexity

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b122da6 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    29f5938 View commit details
    Browse the repository at this point in the history
  36. relax golangci rules

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0c7007d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    8923b04 View commit details
    Browse the repository at this point in the history
  38. More linter fix

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    64bbfd7 View commit details
    Browse the repository at this point in the history
  39. Rename unused parameters

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

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e394160 View commit details
    Browse the repository at this point in the history
  41. Fix new lint error shuffle

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

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9053968 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    90ece0d View commit details
    Browse the repository at this point in the history
  44. Fix forgotten conflict

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cbee9c2 View commit details
    Browse the repository at this point in the history
  45. Add back golangci rules

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    712cbd9 View commit details
    Browse the repository at this point in the history
  46. Add error handling

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    881bfdb View commit details
    Browse the repository at this point in the history
  47. Remove println

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    585b850 View commit details
    Browse the repository at this point in the history
  48. Simplify if-else chain

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    47673af View commit details
    Browse the repository at this point in the history
  49. Simplify function

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c619822 View commit details
    Browse the repository at this point in the history
  50. Replace prints

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b071528 View commit details
    Browse the repository at this point in the history
  51. Remove unused

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    126ac58 View commit details
    Browse the repository at this point in the history
  52. Harmonize receivers name

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f0f2c02 View commit details
    Browse the repository at this point in the history
  53. Simplify if-else

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fdbb16e View commit details
    Browse the repository at this point in the history
  54. Fix lint issue share package

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7de9cd4 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    6f87193 View commit details
    Browse the repository at this point in the history
  56. Lint fix for pairing package

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    effe273 View commit details
    Browse the repository at this point in the history
  57. Lint fix for sign package

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    215433b View commit details
    Browse the repository at this point in the history
  58. Lint fix curve25519

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d8b38c0 View commit details
    Browse the repository at this point in the history
  59. Lint fix xof package

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e56fec2 View commit details
    Browse the repository at this point in the history
  60. Update golangci rules

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    67ff4a5 View commit details
    Browse the repository at this point in the history
  61. Better var name

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2e142d7 View commit details
    Browse the repository at this point in the history
  62. Add missing error handling

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    adfe6eb View commit details
    Browse the repository at this point in the history
  63. Update golangci rules

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    36ffc7b View commit details
    Browse the repository at this point in the history
  64. Remove useless nolint

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    96cf62e View commit details
    Browse the repository at this point in the history
  65. ignore / fix lint errors

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    aabb0b8 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    1530249 View commit details
    Browse the repository at this point in the history
  67. Make points name capital

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9f9e0f7 View commit details
    Browse the repository at this point in the history
  68. Errors fix

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    35a55aa View commit details
    Browse the repository at this point in the history
  69. Typos

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f8d0235 View commit details
    Browse the repository at this point in the history
  70. Remove unused lint rules

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    496168c View commit details
    Browse the repository at this point in the history
  71. Remove unnecessary checks

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4256cb3 View commit details
    Browse the repository at this point in the history
  72. Export dleq errors

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    00b5900 View commit details
    Browse the repository at this point in the history
  73. Rename test file

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b1a18ef View commit details
    Browse the repository at this point in the history
  74. Export cast error

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fee07a2 View commit details
    Browse the repository at this point in the history
  75. Wrap errors

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a8185f2 View commit details
    Browse the repository at this point in the history
  76. Minor refactoring

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    99e4f5c View commit details
    Browse the repository at this point in the history
  77. Export errors

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    27d3630 View commit details
    Browse the repository at this point in the history
  78. Multiple fix

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fe1f54f View commit details
    Browse the repository at this point in the history
  79. Fix ibe lint errors

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ee97c83 View commit details
    Browse the repository at this point in the history
  80. Add lint exceptions

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d528c20 View commit details
    Browse the repository at this point in the history
  81. Fix mistake fe_test

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    872c62a View commit details
    Browse the repository at this point in the history
  82. Clean up

    K1li4nL committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5a15399 View commit details
    Browse the repository at this point in the history