Many findings are trivially fixable and insert-only, e.g. inserting persist-credentials: false. It would be nice to expose a --fix flag or similar that could apply these.
Implementation-wise, this should probably happen at tree-sitter level, since tree-sitter has mature support for modifying trees.
Many findings are trivially fixable and insert-only, e.g. inserting
persist-credentials: false. It would be nice to expose a--fixflag or similar that could apply these.Implementation-wise, this should probably happen at tree-sitter level, since tree-sitter has mature support for modifying trees.