Skip to content

v0.5.0

Choose a tag to compare

@richardwooding richardwooding released this 02 Jul 08:35
4a65195

Added

  • Cognitive complexity for Swift. gotreesitter v0.20.7 fixed the tree-sitter-swift else if mis-parse (odvcencio/gotreesitter#131) that previously degraded functions to ERROR nodes, so Swift now gets a cognitive-complexity spec. else-if is modelled via a new elseDirectIf classifier (the continuation if_statement is a direct child of the outer one).

Changed

  • Bump github.com/odvcencio/gotreesitter v0.20.6 → v0.20.8.

Chore

  • Add grouped minor-and-patch dependabot config.

Refs richardwooding/file-search-on#491.