question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add swiftlint config

See original GitHub issue

Discuss 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:open
  • Created 2 years ago
  • Reactions:3
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mloitcommented, Mar 23, 2022

Definitely not, it’s just my lack of swift lint knowlage.

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

0reactions
yaroslavyaroslavcommented, Nov 11, 2022

@janndriessen I’m both hands on it! It would be great to add its check into ci/cd pipeline at the beginning

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found