Skip to content

Tags: GiedriusS/faillint

Tags

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request fatih#33 from fatih/fatih-ci-improvements

Ci improvements

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request fatih#32 from joshmgross/joshmgross/upgrade-tools

Upgrade `golang.org/x/tools` to latest version

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request fatih#28 from saswatamcode/fix-overflow

Bump `golang.org/x/tools` version to latest

v1.7.0

Toggle v1.7.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
new release

v1.6.1

Toggle v1.6.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
new release

v1.6.0

Toggle v1.6.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
new release

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request fatih#14 from fatih/fatih/add-path-support

faillint: add new "<importPath>/..." syntax to fail on sub paths

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request fatih#15 from fatih/fatih/skip-generated

faillint: do not check generated files

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ability to ignore faillint problems (fatih#11)

* Add ability to ignore faillint problems

Linter directive is based on staticcheck.

* Remove reference to staticcheck now that it's more loosely based on staticchecks' linter directives

* Clarify file-ignore placement

* Refactor ignore/fileignore constants

- Rename
- Move
- Comment

* Report missing reasons

* Report out of place file-ignore option

* Add test coverage for hasDirective

* Add valid case coverage to TestHasDirective unit test

* Add test case for variation of package comment

* Loosen restrictions on the placement of the file-ignore directive

* Remove code which can no longer execute

* Switch to staticcheck style directives

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request fatih#8 from bwplotka/issue7

Added support for unwanted function; added more tests.