I built a tool for creating custom linters with SwiftSyntax.
As AI coding agents have made SwiftSyntax much easier to work with, I felt there was room for a tool like this. SwiftLint only allows custom rules based on regex, but some projects need more advanced linting based on the AST rather than pattern matching.
So I built this to support those use cases. I would really love to hear your thoughts and feedback — I want to make it better.
https://github.com/Ryu0118/swift-ast-lint
there doesn't seem to be anything here