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

Try out the super-linter #48

Merged
merged 53 commits into from
Nov 3, 2023
Merged

Try out the super-linter #48

merged 53 commits into from
Nov 3, 2023

Commits on Nov 2, 2023

  1. Create super-linter.yaml

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ac55de2 View commit details
    Browse the repository at this point in the history
  2. use specific version of git

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    356f7fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d8293d View commit details
    Browse the repository at this point in the history
  4. Create .jscpd.json

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f5644c9 View commit details
    Browse the repository at this point in the history
  5. Add top level header

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3b3a1a0 View commit details
    Browse the repository at this point in the history
  6. Create .markdown-lint.yml

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9820e7a View commit details
    Browse the repository at this point in the history
  7. Update .markdown-lint.yml

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4991ad0 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5611ad7 View commit details
    Browse the repository at this point in the history
  9. Create .textlintrc

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e84eaf9 View commit details
    Browse the repository at this point in the history
  10. Create .flake8

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    d455fe0 View commit details
    Browse the repository at this point in the history
  11. sort imports

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c24ea98 View commit details
    Browse the repository at this point in the history
  12. sort imports

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7cf2571 View commit details
    Browse the repository at this point in the history
  13. sort imports

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1bfa003 View commit details
    Browse the repository at this point in the history
  14. sort imports

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5a8b00b View commit details
    Browse the repository at this point in the history
  15. sort imports

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    244cc2c View commit details
    Browse the repository at this point in the history
  16. sort imports

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7c058db View commit details
    Browse the repository at this point in the history
  17. sort imports

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b9307bf View commit details
    Browse the repository at this point in the history
  18. Add type annotation

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6e9c54e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4a1d3ce View commit details
    Browse the repository at this point in the history
  20. correct return type

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c7c559c View commit details
    Browse the repository at this point in the history
  21. Create .mypy.ini

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0726dd2 View commit details
    Browse the repository at this point in the history
  22. fix indentation

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2127d5c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5659577 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ddd8589 View commit details
    Browse the repository at this point in the history
  25. fix brackets

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f01eb74 View commit details
    Browse the repository at this point in the history
  26. fix brackets

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    916ab5d View commit details
    Browse the repository at this point in the history
  27. Create .yaml-lint.yml

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6b16cbe View commit details
    Browse the repository at this point in the history
  28. fix indentation

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6aab8ac View commit details
    Browse the repository at this point in the history
  29. add header

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    91d5674 View commit details
    Browse the repository at this point in the history
  30. Update Dockerfile

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    15f0234 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    624c5cc View commit details
    Browse the repository at this point in the history
  32. fix git version install

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    cb46070 View commit details
    Browse the repository at this point in the history
  33. Add typing import

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6507dbc View commit details
    Browse the repository at this point in the history
  34. import typing

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6c4415d View commit details
    Browse the repository at this point in the history
  35. update git version

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    988fde4 View commit details
    Browse the repository at this point in the history
  36. drop python v3.9 support

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e8f39ff View commit details
    Browse the repository at this point in the history
  37. fix version of git

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a40c7db View commit details
    Browse the repository at this point in the history
  38. only check on PRs

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b5ddb2f View commit details
    Browse the repository at this point in the history
  39. sort imports

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b805bf0 View commit details
    Browse the repository at this point in the history
  40. add spacing

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b5f662d View commit details
    Browse the repository at this point in the history
  41. add spacing

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    247f9cf View commit details
    Browse the repository at this point in the history
  42. fix typo

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a9de2ca View commit details
    Browse the repository at this point in the history
  43. set threshold for duplication

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1ada858 View commit details
    Browse the repository at this point in the history
  44. revert to multiple statements

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a9f5a93 View commit details
    Browse the repository at this point in the history
  45. disable multi command suggests

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8c53366 View commit details
    Browse the repository at this point in the history
  46. sort imports

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    bf359f6 View commit details
    Browse the repository at this point in the history
  47. ignore import name mismatch

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ebd0552 View commit details
    Browse the repository at this point in the history
  48. use bash

    zkoppert committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9f03202 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. update shell code for tag updates

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b313ad0 View commit details
    Browse the repository at this point in the history
  2. try same line

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d485c6f View commit details
    Browse the repository at this point in the history
  3. revert line continuation

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    68f4c6f View commit details
    Browse the repository at this point in the history
  4. individual lines

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    fa427f5 View commit details
    Browse the repository at this point in the history
  5. no double actionlint

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    502e761 View commit details
    Browse the repository at this point in the history