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 test and CI #5

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Add test and CI #5

wants to merge 13 commits into from

Commits on Nov 1, 2023

  1. Add dependabot.

    AxzelBC committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    cbfd152 View commit details
    Browse the repository at this point in the history
  2. ADd GolangCI-lint.

    AxzelBC committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6d4d196 View commit details
    Browse the repository at this point in the history
  3. Update golangci-lint.yml

    Remove "master" of branches.
    Change "ubuntu-latest" to "ubuntu-20.04".
    Add timeout in args.
    AxzelBC committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    c5eda44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d44c325 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be7ad39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ba693c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    856d585 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc64e78 View commit details
    Browse the repository at this point in the history
  9. Refactoring.

    AxzelBC committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    18dc400 View commit details
    Browse the repository at this point in the history
  10. Refactoring Codecov

    AxzelBC committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    4dc54f7 View commit details
    Browse the repository at this point in the history
  11. Add .golangci

    AxzelBC committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    cfe0ef3 View commit details
    Browse the repository at this point in the history
  12. Bugfix "go test".

    AxzelBC committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3fd4d48 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Fixing of linter alerts (goconst, gosec, unused)

    string `windows` has 3 occurrences, make it a constant (goconst)
    ssh.go file: field `dummyCommand` is unused (unused)
    db.go file: field `dummyCommand` is unused (unused)
    G107: Potential HTTP request made with variable url (gosec)
    AxzelBC committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1e9cf62 View commit details
    Browse the repository at this point in the history