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.