Skip to content

Releases: Vimjas/vint

Support stdin and many bugfixes

29 Jun 03:09
4a73405
Compare
Choose a tag to compare

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.

diff

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

  • Link to default config (#270)
  • Fix a broken code block for example (#276)

Performance Improvements

  • Optimize ProhibitUnusedVariable (#269)
  • Optimize get_asset_path (#268)
  • Optimize ConfigProjectSource (#267)

Many improvements for `ProhibitUnusedVariable`

29 Jun 04:34
eff2e80
Compare
Choose a tag to compare

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 false positives on lambdas of ProhibitUnusedVariable (#275)
  • Fix false positives on function references of ProhibitUnusedVariable (#275)
  • Fix false positives on curlynames of ProhibitUnusedVariable (#275)
  • Fix false positives on variadic arguments tokens of ProhibitUnusedVariable (#275)

Fix file encoding detection bugs

12 Nov 00:16
0350bbb
Compare
Choose a tag to compare

Update vim-vimlparser

31 May 02:39
Compare
Choose a tag to compare

Bump chardet requirement

31 May 02:09
Compare
Choose a tag to compare

Fix a bug about ConfigProjectSource

08 Jan 11:50
Compare
Choose a tag to compare

CHANGE LOG

Bug fix

  • ConfigProjectSource: return first found config (#194)

Minor change

  • Add new dev tool for the scope plugin (#193)

Fix dependency problem

08 Jan 11:52
Compare
Choose a tag to compare

CHANGE LOG

Improvement

  • requirements.txt: Use compatability operator (#177)
  • Make rstcheck happy (#174)

Fix README

30 Jul 21:05
Compare
Choose a tag to compare

CHANGE LOG

Support .vintrc.yml and .vintrc

30 Jul 21:04
Compare
Choose a tag to compare

Support

05 Jul 08:44
Compare
Choose a tag to compare

New feature

  • Support --no-color option #167