Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more! Learn more →
SwiftLint Alternatives
Similar projects and alternatives to SwiftLint
-
SwiftFormat
A command-line tool and Xcode Extension for formatting Swift code
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
OCLint
A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C
-
-
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
FBRetainCycleDetector
iOS library to help detecting retain cycles in runtime.
-
awesome-ios
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
-
KeychainAccess
Simple Swift wrapper for Keychain that works on iOS, watchOS, tvOS and macOS.
-
-
-
-
Kingfisher
A lightweight, pure-Swift library for downloading and caching images from the web.
-
ReactiveCocoa
Cocoa framework and Obj-C dynamism bindings for ReactiveSwift.
-
-
-
-
SwiftDate
🐔 Toolkit to parse, validate, manipulate, compare and display dates, time & timezones in Swift.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
SwiftLint reviews and mentions
-
Just looking for advice on formatting code for clarity - [SwiftUI Shape]
I actually don't see anything worth changing. It looks good to me. I think the most important thing is just to maintain the constructive attitude you already have about future-you dealing with the code, because only future-you will really know where you could have done better. One personal-preference thing I carried over from working on Go code is to look for a tool like gofmt [1,2] for Swift. I've been using swift-format [3] for about 2 years and haven't been dissatisfied enough to reach for something more fully featured like SwiftLint [4]. I didn't like the idea at first of delegating most formatting control over to a tool designed with someone else's subjective idea of formatting. But my feeling afterward was that it was freeing: it was no longer (completely) my job/burden/responsibility. An "assistant" would clean up the formatting of my code every time I saved the file. That's a nightmare if you can't configure the tool as much as you need, but if you're lucky and find a configuration you can live with, it lets you focus more on naming and other conventions that aren't so easily automated (yet). [1] https://go.dev/blog/gofmt [2] https://twitter.com/bitfield/status/953395343353315329 [3] https://github.com/apple/swift-format [4] https://github.com/realm/SwiftLint
-
A Practical Approach to Automated Accessibility
iOS SwiftLint
-
Ask HN: Xcode users – how do you make it more usable?
1) Here are some tips & tricks for refactoring: https://developer.apple.com/documentation/xcode/finding-and-...
The “rename in project” or “rename in scope” functions are quite neat.
2) Check out SwiftLint: https://github.com/realm/SwiftLint
I have not used it in a while, but it comes with good defaults and is highly customizable to your own preferred Swift style.
For auto-formatting, you can press CTRL-i on any selection to auto-format.
-
How do you enforce that everyone in your team and your CI pipeline all use the same SwiftLint version?
Check this as well https://github.com/realm/SwiftLint
-
Awesome macOS Libraries List
SwiftLint - A tool to enforce Swift style and conventions. Language: Swift.
-
30 tips to make you a better iOS developer
If you're able to integrate SwiftLint into your project and add the Run Script step for it, you'll get this functionality and some other useful suggestions as well.
-
Swift All-Stars: unit-testing and auto-correct
For a detailed breakdown of configuration options, please see the Configuration section of the SwiftLint repo.
- What are the most underrated third party libraries for Native iOS?
-
New Ways to Be Told That Your Python Code Is Bad
I love linters.
This is one of the first things that I add to a new project, before I write one line of code: https://github.com/realm/SwiftLint
-
A note from our sponsor - Appwrite
appwrite.io | 1 Jun 2023
Stats
realm/SwiftLint is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of SwiftLint is Swift.