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

feat: produce new human-readable output group #331

Merged
merged 16 commits into from
Jul 17, 2024
Merged

feat: produce new human-readable output group #331

merged 16 commits into from
Jul 17, 2024

Commits on Jul 16, 2024

  1. feat: produce new rules_lint_output group for human-readable

    Configure linters to be colored and produce prettier output for this new output.
    Change lint.sh to present this output rather than the 'report' output which is machine-readable
    
    Fixes #324
    alexeagle committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5aed750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecff5fc View commit details
    Browse the repository at this point in the history
  3. chore: renames

    alexeagle committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7eb6769 View commit details
    Browse the repository at this point in the history
  4. chore: remove color support for now

    It makes our tests more complex
    alexeagle committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6490c40 View commit details
    Browse the repository at this point in the history
  5. chore: more rename

    alexeagle committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a2eac78 View commit details
    Browse the repository at this point in the history
  6. chore: missing file

    alexeagle committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a5a3a52 View commit details
    Browse the repository at this point in the history
  7. chore: minify delta

    alexeagle committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    465d7e5 View commit details
    Browse the repository at this point in the history
  8. chore: fix test

    alexeagle committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1bec66c View commit details
    Browse the repository at this point in the history
  9. chore: fix tests

    alexeagle committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ee102e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b295838 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    13cc4ae View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    ba007fc View commit details
    Browse the repository at this point in the history
  2. refactor: noop lint action understands output struct

    Allows simplification of short-circuit logic for linting zero inputs
    alexeagle committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1d3d173 View commit details
    Browse the repository at this point in the history
  3. chore: fix noop action

    alexeagle committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    516dfdf View commit details
    Browse the repository at this point in the history
  4. chore: fix broken test

    alexeagle committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ab73a97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1095ef View commit details
    Browse the repository at this point in the history