Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 18:07
· 331 commits to master since this release
  • The verbose and debugging level output now includes timing information on each linter and tidier that is run. This is helpful if you want to figure out why linting or tidying is slower than expected.

  • Fixed a bug in the debug output. It was not showing the correct cwd for commands where chdir = true was set. It always showed the project root directory instead of the directory where the command was run. It was running these commands in the right directory. This was solely a bug in the debug output.