Enforce Swift style and conventions with SwiftLint
What is a linter
Linter is a static code analysis tool used to flag programming errors, bugs, stylistic errors, and suspicious constructs. In other words, linter checks the source code for programmatic as well as stylistic errors. By doing that, it i...
kevin-furjan.hashnode.dev4 min read