branch: elpa/flycheck
commit 314115bc3a899a52e4dfee06b9277c70c4e862d6
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Update changelog for jshint, yaml-ruby, ruby-jruby removals
---
CHANGES.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/CHANGES.rst b/CHANGES.rst
index e16ffc604c..41f9ff86af 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -111,6 +111,12 @@ Removed
since ~2017. Use ``json-python-json`` or ``json-jq`` instead.
- Remove ``xml-xmlstarlet`` checker. XMLStarlet has not had a release since
2014. Use ``xml-xmllint`` instead.
+- Remove ``javascript-jshint`` checker. JSHint has been largely superseded
+ by ESLint. Use ``javascript-eslint`` instead.
+- Remove ``yaml-ruby`` checker. Ruby's YAML parser provides the same
+ functionality as js-yaml. Use ``yaml-jsyaml`` or ``yaml-yamllint`` instead.
+- Remove ``ruby-jruby`` checker. JRuby is extremely niche for linting.
+ Use ``ruby-rubocop`` or ``ruby`` instead.
35.0 (2025-04-23)
======================