Add swiftlint config
See original GitHub issueDiscuss swiftlint config rules and add it as job to the github actions pipeline.
Follow project parts should be excluded from the swiftlint checks:
Example/
Tests/
Branch for that: https://github.com/skywinder/web3swift/compare/develop...swiftlint
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:9 (5 by maintainers)
Top Results From Across the Web
realm/SwiftLint: A tool to enforce Swift style and conventions.
Configure SwiftLint by adding a .swiftlint.yml file from the directory you'll run SwiftLint from. The following parameters can be configured: Rule inclusion:.
Read more >How to use SwiftLint with Xcode to enforce Swift style and ...
Simplest way to install SwiftLint is by downloading SwiftLint.pkg from ... we can configure what rules to check or not when using Swiftlint....
Read more >Adding SwiftLint to a project in Xcode - Augmented Code
SwiftLint is a tool for validating the style and conventions in Swift files. It is easy to integrate to a project.
Read more >How do I create .swiftlint.yml file & where I need to put it?
Configure SwiftLint by adding a .swiftlint.yml file from the directory you'll run SwiftLint from. I'd suggest your project or source root.
Read more >SwiftLint – Getting Started - SwiftlyRush
You should start by opening your iOS application within Xcode. You can install SwiftLint using either CocoaPods, HomeBrew or Mint. Let's go with ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here is the list of rules that are available, add any you think you want to the opt_in_rules section: https://realm.github.io/SwiftLint/rule-directory.html
@janndriessen I’m both hands on it! It would be great to add its check into ci/cd pipeline at the beginning