Releases: fatih/faillint
Releases · fatih/faillint
v1.4.0
v1.3.0
v1.2.0
This release introduce the changes from: #8
- Separate tests for parsing (as it gets a bit more complex now) and tests.
- Add some test edge cases for imports as well (e.g named imports).
- Fixes some edge cases like whitespaces etc.
- Support for unwanted declarations with {Func1,Func2} notion. I.e: `--paths "errors,fmt.{Errorf}"
- Update Readme with the new improvements