v0.13.0-rc.11
Pre-release
Pre-release
Added in v0.13.0-rc.11
-
Support was added for the Nix language (#1653).
-
Support was added for the
CODEOWNERSfile and Ignore List files (e.g..gitignore) (#1667, #1700) -
Support was added for
requirements.txtfiles (#1729). -
todoshas been added to the Aqua registry. This allowstodosto be installed using the Aqua package manager.aqua generate -g ianlewis/todos
-
todoscan now be installed vianpmnpm install -g @ianlewis/todos
-
todoscan now be run from a Docker containerdocker run --rm -t -v $(pwd):/src ghcr.io/ianlewis/todos /src
Changed in v0.13.0-rc.11
- BREAKING CHANGE:
todosnow returns an exit status of 1 when TODOs are found (#1657). - BREAKING CHANGE:
todosnow returns an exit status of 3 when an file of an unsupported languages is passed via the command line (#1668).
All changes since v0.12.0
- chore: use -mod=vendor by @ianlewis in #1642
- chore(deps): Bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot in #1654
- feat!: Set non-zero exit code by @ianlewis in #1660
- chore: Merge with repo-template-go by @ianlewis in #1661
- chore(deps): Bump the all-actions-dependencies group with 6 updates by @dependabot in #1663
- chore(deps): Bump the all-gomod-dependencies group with 6 updates by @dependabot in #1662
- feat: move cmd/todos by @ianlewis in #1664
- docs: Update README by @ianlewis in #1665
- chore: Remove old TODO by @ianlewis in #1666
- feat: Add Nix language support by @ianlewis in #1669
- chore: sync repo-template-go by @ianlewis in #1679
- chore: Remove dependabot config by @ianlewis in #1682
- chore: Enable dupl linter by @ianlewis in #1683
- chore: Enable dupword linter by @ianlewis in #1684
- chore: enable errname linter by @ianlewis in #1685
- chore: enable gochecknoglobals by @ianlewis in #1687
- chore: Use strings.SplitSeq by @ianlewis in #1688
- chore: Use b.Loop() by @ianlewis in #1689
- chore: Don't use ireturn by @ianlewis in #1690
- chore: Don't use maintidx by @ianlewis in #1691
- chore: Enable mnd by @ianlewis in #1692
- chore: Enable nilnil linter by @ianlewis in #1693
- chore: sync repo-template by @ianlewis in #1695
- chore: Add npm package by @ianlewis in #1694
- feat: Add Docker image build by @ianlewis in #1698
- fix: fix npm packages by @ianlewis in #1699
- feat: Add Ignore List file support by @ianlewis in #1701
- chore(release): v0.13.0-rc.0 by @ianlewis in #1703
- fix: release version validation by @ianlewis in #1704
- chore(release): v0.13.0-rc.1 by @ianlewis in #1705
- chore(release): v0.13.0-rc.2 by @ianlewis in #1706
- chore(release): v0.13.0-rc.3 by @ianlewis in #1707
- chore(release): v0.13.0-rc.4 by @ianlewis in #1708
- docs: Add packaging notes to CHANGELOG by @ianlewis in #1709
- chore(release): v0.13.0-rc.5 by @ianlewis in #1710
- chore(release): v0.13.0-rc.6 by @ianlewis in #1711
- chore(release): v0.13.0-rc.7 by @ianlewis in #1713
- fix: npm package binary install by @ianlewis in #1714
- chore(release): v0.13.0-rc.8 by @ianlewis in #1715
- fix: npm binary name by @ianlewis in #1716
- chore(release): v0.13.0-rc.9 by @ianlewis in #1717
- fix: npm package binary permission by @ianlewis in #1718
- chore(release): v0.13.0-rc.10 by @ianlewis in #1719
- docs: Add installation docs by @ianlewis in #1721
- chore: Improve handling of overlapping comments by @ianlewis in #1724
- chore: Enable perfsprint linter by @ianlewis in #1726
- chore: enable prealloc linter by @ianlewis in #1727
- docs: Add rg to FAQ by @ianlewis in #1728
- feat!: print an error for unsupported files by @ianlewis in #1730
- feat: Add support for requirements.txt by @ianlewis in #1731
- chore: enable reassign linter by @ianlewis in #1732
- chore: Enable the revive linter by @ianlewis in #1733
- chore: enable varnamelen by @ianlewis in #1735
- chore: enable usetesting linter by @ianlewis in #1734
- chore: enable wsl linter by @ianlewis in #1736
- chore(release): v0.13.0-rc.11 by @ianlewis in #1737
Full Changelog: v0.12.0...v0.13.0-rc.11