I have SwiftLint in my projects also, and it's great for code quality. A step that you can also add to your danger file is to run SwiftLint.
Danger won't really check code quality like you said, but it does help make sure practices are being followed as PRs are being made.