Skip to content

Commit

Permalink
Autofix spruik
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat committed Jan 10, 2024
1 parent b2a6b6e commit 42035a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changeset/five-dancers-pump.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ This fixes issues where skuba would not fail a `lint` check but silently make ch
These changes may never end up being committed and causes noise when running `lint` or `format` later.

Now, lints report whether changes need to be made and are applied in `format` or autofix modes (in CI).

In addition, `skuba lint` can now automatically push autofixes. This eases adoption of linting rule changes and automatically resolves issues arising from a forgotten `skuba format`.

You'll need to configure your CI environment to support this feature. See our [GitHub autofixes](https://seek-oss.github.io/skuba/docs/deep-dives/github.html#github-autofixes) documentation to learn more.

0 comments on commit 42035a0

Please sign in to comment.