Vscode Groovy Lint Versions Save

VSCode extension to lint , correct and format groovy and Jenkinsfile

v3.3.0

2 weeks ago

What's Changed

Full Changelog: https://github.com/nvuillam/vscode-groovy-lint/compare/v3.2.3...v3.3.0

v3.2.3

2 months ago

What's Changed

Full Changelog: https://github.com/nvuillam/vscode-groovy-lint/compare/v3.2.2...v3.2.3

v3.2.2

2 months ago

What's Changed

Full Changelog: https://github.com/nvuillam/vscode-groovy-lint/compare/v3.2.1...v3.2.2

v3.2.1

3 months ago

What's Changed

Full Changelog: https://github.com/nvuillam/vscode-groovy-lint/compare/v3.2.0...v3.2.1

v3.2.0

4 months ago

What's Changed

Full Changelog: https://github.com/nvuillam/vscode-groovy-lint/compare/v3.1.0...v3.2.0

v3.1.0

4 months ago

What's Changed

  • Added new setting showProblemsView that controls if Problems View should open after initial lint pass
  • Fix doc deployment
  • Add stale workflow

Pull Requests

New Contributors

Full Changelog: https://github.com/nvuillam/vscode-groovy-lint/compare/v3.0.0...v3.1.0

v3.0.0

4 months ago

What's Changed

  • Update all packages, to address security issues and bring in the latest version of npm-groovy-lint and related fixes.
  • Refactor of tests to more reliable, including being independent of each other so if one test fails others are not effected.
  • Fix partial fixes never applying due to npm-groovy-lint v10.0.0 breaking change.
  • Fix Analyze Groovy files in folder (#177)
  • Debug sessions correctly enable debugging by default including npm-groovy-lint.
  • Upgrade MegaLinter and fix related issues

Pull Requests

New Contributors

Full Changelog: https://github.com/nvuillam/vscode-groovy-lint/compare/v2.0.0...v3.0.0

v2.0.0

1 year ago
  • Upgrade to npm-groovy-lint v10.0.0

  • UI

    • Better display for issues contextual menu
  • Fixes

    • Wrong lines highlighted when spaces are replaced by tabs
    • Document should not be reopened if closed without saving
    • Some errors were displayed at the beginning of the file instead of the good line
    • Wrong diagnostics lines are format or fix

v1.9.1

1 year ago
  • Fix bug when file diagnostics is stuck with message GroovyLint is analyzing code... (#157)
  • CI: Upgrade to MegaLinter v6

v1.9.0

2 years ago