Releases: Vimjas/vint
Releases · Vimjas/vint
Support stdin and many bugfixes
Change Log
This is a release before merging #275. After #275 merged, we probably face the many problems, so we should publish it at the next release.
New features
- Initial support for stdin (#240)
Bugfixes
- Disable ProhibitImplicitScopeVariable (#273)
- Suppress warnings caused by map([], ' "x" ') (#259)
- Fix linting autocmd (#260)
- Fix acceptance tests (#262)
Documentation
Performance Improvements
Many improvements for `ProhibitUnusedVariable`
Change Log
This release is an alpha release because it includes huge changes. So, this release is recommended for only users who want to use new features. Feel free to report bugs if you find it.
New Features
-
Support --stdin-display-name and the mixed style of files and stdin (#278)
-
Support a new configuration comments such as
vint: next-line -PolicyA
(#275) -
Support a new configuration option as the following for
ProhibitUnusedVariable
(#275)--- policies: ProhibitUnusedVariable: enabled: yes ignored_patterns: - '^_+$' - '^s:_vital_loaded$' - '^s:_vital_depends$'
Bugfixes
Fix file encoding detection bugs
Update vim-vimlparser
Bump chardet requirement
Fix a bug about ConfigProjectSource
Fix dependency problem
Fix README
CHANGE LOG
- Fix README (#174)