Skip to content

Latest commit

 

History

History
192 lines (105 loc) · 8.26 KB

CHANGELOG.md

File metadata and controls

192 lines (105 loc) · 8.26 KB

Changelog

All notable changes to this project will be documented in this file.

[0.12.5] - 2024-04-09

Features

  • Add gist/pastry upload to lintrunner rage (bd224ae)

[0.12.1] - 2024-02-10

Bug Fixes

  • Properly filter ignored files in sapling all-files (34dd8b2)
  • Make rage command robust to missing data (a96ceec)

[0.12.0] - 2024-02-10

Bug Fixes

  • Properly fail if --get_paths cmd fails (53c4961)
  • Dont panic when no linters are specified (0527cf0)
  • Make --all-files work with sl (2df4572)

Features

  • Add a list subcommand to show available linters (0765237)

Testing

[0.11.1] - 2024-01-30

Bug Fixes

  • Log relative-to argument (2bbe82f)

Documentation

  • Update README to include options and link to github action (#55) (9efb969)
  • Remove redirect to pytorch/test-infra (f065574)

Testing

  • Guard sl tests with mutex (a9feaea)

[0.10.7] - 2023-03-02

Bug Fixes

Features

  • Enable setting default --merge-base-with values (75ea9c0)

[0.10.5] - 2023-01-19

Bug Fixes

  • Add a space to the severity on oneline format (#30) (5120786)

[0.10.2] - 2023-01-13

Features

  • Update the message format produced by convert_to_sarif.py (#28) (b3370bf)

[0.10.1] - 2023-01-13

Bug Fixes

  • Allow --paths-cmd to run on Windows (#23) (a1c4191)

[0.10.0] - 2022-11-28

Bug Fixes

Features

  • A tool to convert json output to SARIF format (#16) (1c991af)
  • Add lint_message.name to oneline output (#21) (84f3d34)

Testing

[0.9.3] - 2022-09-23

Bug Fixes

  • Don't check files that were deleted/moved in working tree (0fbb2f3)

Testing

  • Add unit test for trailing whitespace (bbbcffd)
  • Add missing snapshot (9fda576)

[0.9.2] - 2022-05-11

Bug Fixes

  • Add more runtime info to logs (80e78de)

Features

  • Add --all-files command (3d64ad3)

[0.9.1] - 2022-05-11

Features

[0.9.0] - 2022-05-10

Bug Fixes

  • Add --version command-line arg (7932c44)
  • Escape command-line args in log (1018103)
  • Error if duplicate linters found (89064c1)
  • Escape linter initializer in logs (0a0f0ec)
  • Properly ignore current run on rage -i (#6) (e4989eb)
  • Show milliseconds in rage run timestamp (9780a2b)

Documentation

Features

  • Add rage command for bug reporting (bb80fef)

[0.8.0] - 2022-05-02

Bug Fixes

  • Add severity to oneline message (14495be)
  • Unify output controlling commands into --output (8b95e7b)

Documentation

Features

Testing

  • Add integration test for init warnings (9c75f29)
  • Add integration test for dryrun error on init config (88738ca)

Build

[0.7.0] - 2022-04-15

Features

  • Add --oneline arg for compact lint rendering (a0a9e87)

[0.6.2] - 2022-04-15

Bug Fixes

  • Do not allow * to match across path segments (382413a)

Testing

  • Add test for deleted files with --revision specified (19c6fee)

[0.6.1] - 2022-04-15

Bug Fixes

  • Correct order of arguments while gathering files to lint (9c2093d)

Documentation

  • Update install instructions (a3095fd)
  • Add --merge-base-with to readme (8d51a11)