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

Fixes changes and lints (WIP) #6

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    eafb1a5 View commit details
    Browse the repository at this point in the history
  2. more cleanup

    OnGle committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b1e3bb4 View commit details
    Browse the repository at this point in the history
  3. Fixes & Additions

    - fix shebang module
    - add basic ability to lint arbitrary files
    OnGle committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    73d51de View commit details
    Browse the repository at this point in the history
  4. fix some incorrect codes

    OnGle committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    192b1ac View commit details
    Browse the repository at this point in the history
  5. fix some ruff lints

    OnGle committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    124728b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Self check & Fixes

    run tkldev-detector over itself, fixing a LOT of failed lints in the
    process and a few bugs as well
    OnGle committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5c364e1 View commit details
    Browse the repository at this point in the history
  2. Add ignore & non-appliance lint fix

    - adds special case tag "ignore:*" which causes "items" to be ignored
    - fixes non-recursive location of non-appliance files
    OnGle committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9d78c55 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configurable logging + bugfix

    - Makes logging configurable.
    - Fixes bug when linting non-appliance, where hidden files and
      directories are omitted.
    - Improve logging of ignored items
    OnGle committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3180e00 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. cleaned up typing a little

    OnGle committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    845cd7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa460c View commit details
    Browse the repository at this point in the history
  3. auto ruff config generator

    OnGle committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    cccb99b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    1069a04 View commit details
    Browse the repository at this point in the history
  2. apply a bunch more lint fixes

    OnGle committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    84f0281 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. fix some lints

    OnGle committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9fe58d1 View commit details
    Browse the repository at this point in the history