We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c72e1 commit 10c96ebCopy full SHA for 10c96eb
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## master (unreleased)
4
5
+* Add `rexml` dependency explicitly to support Ruby 3.0.
6
+* Add `DartAnalyzer` pre-commit hook to analyze Dart files.
7
+* Add `PubTest` and `FlutterTest` pre-push hooks to run `pub test` and `flutter test` for Dart projects, respectively.
8
+* Update `index-tags` script to support scanning only files tracked by Git.
9
+* Fix `EsLint` pre-commit hook to not report certain false positives.
10
+* Update `YamlLint` to `fail` the run instead of `warn` when errors are detected.
11
+* Update `YamlLint` parse the line number of output so it is line aware.
12
* Gracefully handle breaking behavior in upstream Psych gem to support YAML aliases.
13
14
## 0.57.0
0 commit comments