Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aspect-build/rules_lint Loading
base: v0.12.0
Choose a base ref
...
head repository: aspect-build/rules_lint Loading
compare: v0.13.0
Choose a head ref
  • 9 commits
  • 38 files changed
  • 6 contributors

Commits on Feb 9, 2024

  1. docs(golangci-lint): fix the target name (#144)

    This is what the example setup uses, and it's what I had to use to
    get this to work in our workspace.
    https://github.com/aspect-build/rules_lint/blob/ebe8678587abb1f9104abbfc6ca2ee1a8579b4aa/example/tools/lint.bzl#L59-L62
    srabraham committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b64ba77 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. collapse common logic into run-format formula (#119)

    step on the road to parallelizing the formatters
    pjjw committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e9b90bd View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    3557a70 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. chore: mirror external releases (#147)

    Co-authored-by: alexeagle <[email protected]>
    github-actions[bot] and alexeagle committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e2fecbb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    a9d300f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. feat: add yamlfmt for YAML (#153)

    * feat: add yamlfmt for YAML
    
    Fixes #152
    
    * chore: green up
    alexeagle committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f1254ed View commit details
    Browse the repository at this point in the history
  2. refactor: remove Vale workaround for StylesPath (#148)

    Thanks @jdkato for the fix in errata-ai/vale@2139c41
    so we no longer need to tell users about copying their configuration file to be relative to the styles folder.
    alexeagle committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    52f1f51 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. refactor: break up tools/ into tools/format and tools/lint (#159)

    * refactor: break up tools/ into tools/format and tools/lint
    
    Suggested during API review, as this encourages users to have more folders underneath tools/ to avoid eager fetching more than needed for a given target.
    For our own example, it doesn't really matter. But we want new users to go down a better path.
    
    * chore: code review comments
    alexeagle committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a9def33 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. chore: mirror external releases (#162)

    Co-authored-by: alexeagle <[email protected]>
    github-actions[bot] and alexeagle committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c221741 View commit details
    Browse the repository at this point in the history
Loading