Skip to content

Releases: fatih/faillint

v1.4.0

01 Apr 17:24
4c2bb3c
Compare
Choose a tag to compare

This release includes the ability to skip generated files. Here is the related change: #15

v1.3.0

14 Mar 17:33
3992f98
Compare
Choose a tag to compare

This release includes the ability to ignore faillint reports based on a //line ... directive. Checkout the documentation for more details: https://github.com/fatih/faillint#ignoring-problems

Code changes: #11

v1.2.0

07 Mar 15:46
7f19c3a
Compare
Choose a tag to compare

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

v1.1.0

06 Mar 19:48
Compare
Choose a tag to compare

Add new --ignore-tests flag to ignore Go test files (files ending with _test.go suffix). Related PR: #5

v1.0.1

09 Feb 16:54
Compare
Choose a tag to compare

Includes the changes:

  • Don't analyze if -paths is empty: 4f08fce

v1.0.0

09 Feb 16:33
Compare
Choose a tag to compare

Initial release