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

Update lint workflow #1297

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Update lint workflow #1297

wants to merge 8 commits into from

Commits on May 2, 2024

  1. Move the linter-settings

    This makes it easier to compare the k6 linter file
    ankur22 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fb8def2 View commit details
    Browse the repository at this point in the history
  2. Add the forbidigo from k6 linter file

    This adds rules to forbid fmt.Print calls, most os usages and syscalls.
    ankur22 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    69679b0 View commit details
    Browse the repository at this point in the history
  3. Use k6 linter job template

    ankur22 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    87c7aba View commit details
    Browse the repository at this point in the history
  4. Use linter and dep only

    ankur22 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    145dfd0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Use k6 lint

    Copy the lint file but add only-new-issues: true to see the outcome.
    ankur22 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    416fef4 View commit details
    Browse the repository at this point in the history
  2. Add k6 actions and lint workflow

    Copy the actions and lint workflow. The action has been amended to add
    only-new-issues: true.
    ankur22 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    bf01b7e View commit details
    Browse the repository at this point in the history
  3. Use k6 linter again

    ankur22 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    91f61d8 View commit details
    Browse the repository at this point in the history
  4. Use the k6 CI template

    ankur22 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    17e66f2 View commit details
    Browse the repository at this point in the history