You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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