Muhammad AlfiansyahHow to Enforce Dependency Rules with SwiftLint Custom RulesDomain Logic Should Be Framework-AgnosticDec 2
Husnain AliGetting Started with SwiftLint: Installation and Usage Guide for Cleaner Swift CodeThis article has been created using Xcode Version 15.4 (15F31d) and Swift 5.Jul 14
Srikanth VoonnaLinter for Swift (SwiftLint)A linter is a developer tool that helps maintain code quality by analyzing the code for errors, stylistic issues, and vulnerabilities. One…Sep 2Sep 2
Christopher Saez 📱📈 The best SwiftLint stack with a workaround of the baseline < 0.55.1This article is only useful if you are using SwiftLint with a version lower than 0.55.1. If you want to use the native baseline system in…Mar 15Mar 15
InMinistry of Programming — TechnologybyDino TrnkaBuild your first SwiftUI app (Part 1): Project setupThe goal of this series of articles is to provide you with a simple, easy-to-follow procedure that you can use every time you want to…Dec 8, 20221Dec 8, 20221
Muhammad AlfiansyahHow to Enforce Dependency Rules with SwiftLint Custom RulesDomain Logic Should Be Framework-AgnosticDec 2
Husnain AliGetting Started with SwiftLint: Installation and Usage Guide for Cleaner Swift CodeThis article has been created using Xcode Version 15.4 (15F31d) and Swift 5.Jul 14
Srikanth VoonnaLinter for Swift (SwiftLint)A linter is a developer tool that helps maintain code quality by analyzing the code for errors, stylistic issues, and vulnerabilities. One…Sep 2
Christopher Saez 📱📈 The best SwiftLint stack with a workaround of the baseline < 0.55.1This article is only useful if you are using SwiftLint with a version lower than 0.55.1. If you want to use the native baseline system in…Mar 15
InMinistry of Programming — TechnologybyDino TrnkaBuild your first SwiftUI app (Part 1): Project setupThe goal of this series of articles is to provide you with a simple, easy-to-follow procedure that you can use every time you want to…Dec 8, 20221
InEvangelist Apps BlogbyEvangelist AppsHow to use SwiftLint to enforce coding style and conventions in your iOS projectIn order to keep our codebase consistent, it’s very important to follow a common coding style. SwiftLint is a powerful tool for enforcing…Jan 16
Gurjit SinghGetting started with Swiftlint to enforce Swift styleSwiftLint is a tool that ensures Swift code adheres to defined style guidelines. It automates code review by identifying and suggesting…Dec 29, 2023