v0.0.1
Pre-release
Pre-release
What's Changed
- basic lint engine implementation by @notJoon in #1
- Use golangci as internal engine by @notJoon in #2
- Filter out undefined issues in lint engine by @notJoon in #3
- Detect unnecessary else caluse by @notJoon in #5
- formatter factory by @notJoon in #7
- Detect unused function by @notJoon in #6
- Code suggestion by @notJoon in #8
- Refactor engine by @notJoon in #9
- simplify slice expr (avoid len) by @notJoon in #10
- Add Unnecessary Type Conversion Lint Rule by @notJoon in #12
- Reorganize Structure by @notJoon in #13
- update readme by @notJoon in #14
- check basic memory allocation inside loop by @notJoon in #15
- Cycle Detection by @notJoon in #17
- feat: Cyclomatic Complexity by @notJoon in #18
New Contributors
Full Changelog: https://github.com/gnoswap-labs/tlin/commits/v0.0.1