v0.2.0
v0.2.0
- No new rules, but multiple existing rules have been upgraded.
- The code runs about 10x faster than before!
- The 'best practices' category is gone, and has been replaced by multiple more descriptive categories.
- 'strict' mode is gone, and for now all rules are switched on by default.
- Internally, the project has been largely cleaned up and restructured.
- Better docs in the repo.
What's Changed
- Remove strict mode by @LiamPattinson in #15
- Simplify method types by @LiamPattinson in #19
- Recategorise rules, restructure project by @LiamPattinson in #22
- Contributing docs by @LiamPattinson in #25
- Use lazy-regex crate instead of plain regex by @LiamPattinson in #27
- Remove tree-sitter-fortran submodule by @LiamPattinson in #28
- Remove tree-sitter queries by @LiamPattinson in #30
- Optimise tree sitter usage by @LiamPattinson in #31
- Bump versions 0.2.0 by @LiamPattinson in #32
Full Changelog: v0.1.0...v0.2.0