#swiftlint search results

Soooo, I tried SwiftLint from @realm for my project... #swiftlint #swiftlang

vojtastavik's tweet image. Soooo, I tried SwiftLint from @realm for my project... #swiftlint  #swiftlang

Thanks to #SwiftLint I discover .first(where:) 😁 #swiftlang

darthpelo's tweet image. Thanks to #SwiftLint I discover .first(where:) 😁 #swiftlang

Trailing Closure 使ってなかったらWarning 出すようにしてみた #SwiftLint

tdkn_'s tweet image. Trailing Closure 使ってなかったらWarning 出すようにしてみた #SwiftLint

A little tip. Run #SwiftLint autocorrect during build. #xcode #swiftlang

konrad1977's tweet image. A little tip. Run #SwiftLint autocorrect during build. #xcode #swiftlang

Swift 4.2 introduced a mutating `toggle` method for boolean values. This method is particularly useful for deeply-nested booleans. #SwiftLint has an opt-in rule called "toggle_bool", that will make sure your code uses this method every place it should.

v_pradeilles's tweet image. Swift 4.2 introduced a mutating `toggle` method for boolean values. This method is particularly useful for deeply-nested booleans. #SwiftLint has an opt-in rule called "toggle_bool", that will make sure your code uses this method every place it should.
v_pradeilles's tweet image. Swift 4.2 introduced a mutating `toggle` method for boolean values. This method is particularly useful for deeply-nested booleans. #SwiftLint has an opt-in rule called "toggle_bool", that will make sure your code uses this method every place it should.

Using #swiftlint? Install this plugins.jetbrains.com/plugin/9175 plugin and have all messages right in the AppCode editor.

appcode's tweet image. Using #swiftlint? Install this plugins.jetbrains.com/plugin/9175 plugin and have all messages right in the AppCode editor.

Unpopular opinion: I really prefer 2️⃣. This rule should be disabled by default in #SwiftLint. 1️⃣ reads like a really long German word: Massenkommunikationsdienstleistungsunternehmen And it doesn't visually separate the loop from the condition(s). #SwiftLang

DerHildebrand's tweet image. Unpopular opinion:
I really prefer 2️⃣. This rule should be disabled by default in #SwiftLint.

1️⃣ reads like a really long German word:
Massenkommunikationsdienstleistungsunternehmen

And it doesn't visually separate the loop from the condition(s).
#SwiftLang

SwiftLint now supports Swift 5.6 and Xcode 13.3 #SwiftLint #xcode

DevBytesApp's tweet image. SwiftLint now supports Swift 5.6 and Xcode 13.3

#SwiftLint #xcode

When you add SwiftLint to an old project... (so glad autocorrect exists) #swiftlint #swiftlang #iosdev

eneko's tweet image. When you add SwiftLint to an old project... (so glad autocorrect exists) #swiftlint #swiftlang #iosdev

Agregué #SwiftLint a un proyecto heredado y ahora tendré diversión para rato :( Todo es tu culpa @paranoideo ! >:(

scobr's tweet image. Agregué #SwiftLint a un proyecto heredado y ahora tendré diversión para rato :(

Todo es tu culpa @paranoideo ! >:(

Is there any list of custom #swiftlint rules? I would likely to be inspired by some good ones gist.github.com/PaulTaykalo/da…

TT_Kilew's tweet image. Is there any list of custom #swiftlint rules?
I would likely to be inspired by some good ones

gist.github.com/PaulTaykalo/da…

Did you know, #Swiftlint has an opt-in rule to raise a warning when overriden methods forget to call their super implementation.

v_pradeilles's tweet image. Did you know, #Swiftlint has an opt-in rule to raise a warning when overriden methods forget to call their super implementation.
v_pradeilles's tweet image. Did you know, #Swiftlint has an opt-in rule to raise a warning when overriden methods forget to call their super implementation.

Hi @simjp, any ideas why this warning keeps showing up? Have I missed something? #Xcode13 #swiftlint #iOS

jkaliak's tweet image. Hi @simjp, any ideas why this warning keeps showing up? Have I missed something? #Xcode13 #swiftlint #iOS

Testing the emptiness of a collection through its count property is bad practice. It is harder to read, but can also be a peformance issue: the count of a String has O(n) complexity. #SwiftLint opt-in rule "empty_count" makes sure you use isEmpty instead.

v_pradeilles's tweet image. Testing the emptiness of a collection through its count property is bad practice. It is harder to read, but can also be a peformance issue: the count of a String has O(n) complexity. #SwiftLint opt-in rule "empty_count" makes sure you use isEmpty instead.
v_pradeilles's tweet image. Testing the emptiness of a collection through its count property is bad practice. It is harder to read, but can also be a peformance issue: the count of a String has O(n) complexity. #SwiftLint opt-in rule "empty_count" makes sure you use isEmpty instead.

Swift 4.2 introduced a new set of APIs to generate random values. Using #SwiftLint opt-in rule "legacy_random", you can spot all the places your code still relies on the legacy random API 👍

v_pradeilles's tweet image. Swift 4.2 introduced a new set of APIs to generate random values. Using #SwiftLint opt-in rule "legacy_random", you can spot all the places your code still relies on the legacy random API 👍
v_pradeilles's tweet image. Swift 4.2 introduced a new set of APIs to generate random values. Using #SwiftLint opt-in rule "legacy_random", you can spot all the places your code still relies on the legacy random API 👍

I learned how to use #SwiftLint, and I'm thrilled to report that I've managed to eliminate all the errors! I couldn't resolve the last warning, so I used a special SwiftLint comment to ignore that line. #Swift #UltimatePortfolioApp

admin_yacchi's tweet image. I learned how to use #SwiftLint, and I'm thrilled to report that I've managed to eliminate all the errors! I couldn't resolve the last warning, so I used a special SwiftLint comment to ignore that line. #Swift #UltimatePortfolioApp
admin_yacchi's tweet image. I learned how to use #SwiftLint, and I'm thrilled to report that I've managed to eliminate all the errors! I couldn't resolve the last warning, so I used a special SwiftLint comment to ignore that line. #Swift #UltimatePortfolioApp

Advance architectural rules in SwiftLint — just kidding 🤦 - by Eric Silverberg #SwiftLang #SwiftProgrammingLanguage #Swiftlint #IOSAppDevelopment #SoftwareArchitecture #Linter itnext.io/advance-archit…


Advance architectural rules in SwiftLint — just kidding by Eric Silverberg at #ITNEXT. #architecture #swiftlint #linter #swift #iosappdevelopment itnext.io/advance-archit… (f)


Advance architectural rules in SwiftLint — just kidding by Eric Silverberg at #ITNEXT. #architecture #swiftlint #linter #swift #iosappdevelopment itnext.io/advance-archit… (t)


Advance architectural rules in SwiftLint — just kidding by Eric Silverberg at #ITNEXT. #architecture #swiftlint #linter #swift #iosappdevelopment itnext.io/advance-archit… (s)


Advance architectural rules in SwiftLint — just kidding by Eric Silverberg at #ITNEXT. #architecture #swiftlint #linter #swift #iosappdevelopment itnext.io/advance-archit…


Learned about linting and how to use homebrew.sh and #swiftlint to analysing code, identify potential errors, bugs, stylistic issues, and inconsistencies! Probably not that crutial when doing solo projects, but pretty neat tool to keep the code clean! ✨ #keepleaning

kamhoyung's tweet image. Learned about linting and how to use homebrew.sh and #swiftlint to analysing code, identify potential errors, bugs, stylistic issues, and inconsistencies!
Probably not that crutial when doing solo projects, but pretty neat tool to keep the code clean! ✨

#keepleaning

🎥 Video 2: Working With Code #Neovim can be easily integrated with #SwiftLint, #SwiftFormat, #Copilot, and more. In the video, you can see basic navigation, diagnostics, formatting, lining, code completion, and of course launching the app on a simulator 📲.


Part 3️⃣ - Implementation of your tool chain: Linters such as #detekt, #swiftlint or commit sanitizing can be very helpful to keep a project clean and unforgettable by implementing them at githook level: medium.com/@SaezChristoph…


E hoje tem post novo no blog! Explore a verificação de código com o SwiftLint e descubra como ele pode elevar a qualidade e os padrões do seu código Swift. Confira o post! #iOSDevelopment #SwiftLint ionixjunior.dev/understanding-…


Anybody know how to setup an Xcode build script to run SwiftLint if Script Sandboxing is enabled? #SwiftLint


📈 The best productive #Swiftlint stack with a baseline system link.medium.com/0RNF481RZHb for #Swift within #xcode @DangerSystems and #githook

SaezChristopher's tweet image. 📈 The best productive #Swiftlint stack with a baseline system link.medium.com/0RNF481RZHb for #Swift within #xcode @DangerSystems and #githook

swiftlintのexecutableとかtestとか全部入りだとこんな感じ #swift #swiftlint

daikimat's tweet image. swiftlintのexecutableとかtestとか全部入りだとこんな感じ #swift #swiftlint

Empowering your autonomy is our goal. We're tearing down barriers, from eliminating Ruby dependencies to integrating tools like #SwiftLint and #SwiftFormat, all for a smoother development experience.


перевели на новий старий проект…цілий день мудохався з фіксом memory leak…бо все на стільки закручено, що гильнутись можна…100500 колбеків…купа мертвого коду…делегати які не позначені weak… по ходу двіжа вирішив врубити #swiftlint, побачив наступне (скріншот)…вирубит... 😐

g00ddy's tweet image. перевели на новий старий проект…цілий день мудохався з фіксом memory leak…бо все на стільки закручено, що гильнутись можна…100500 колбеків…купа мертвого коду…делегати які не позначені weak…
по ходу двіжа вирішив врубити #swiftlint, побачив наступне (скріншот)…вирубит... 😐

No results for "#swiftlint"

Trailing Closure 使ってなかったらWarning 出すようにしてみた #SwiftLint

tdkn_'s tweet image. Trailing Closure 使ってなかったらWarning 出すようにしてみた #SwiftLint

My side project after #swiftlint. It's never too late. 😂

_ChrisXu's tweet image. My side project after #swiftlint. It's never too late. 😂

Running #swiftlint for the first time like

oi_emil's tweet image. Running #swiftlint for the first time like

Integrating #SwiftLint tonight and this is going to be fun 😅

TheRohanSanap's tweet image. Integrating #SwiftLint tonight and this is going to be fun 😅

Soooo, I tried SwiftLint from @realm for my project... #swiftlint #swiftlang

vojtastavik's tweet image. Soooo, I tried SwiftLint from @realm for my project... #swiftlint  #swiftlang

#swiftlint by @realm first try. A lot work to do. #swift

iNekrich's tweet image. #swiftlint by @realm first try. A lot work to do. #swift

перевели на новий старий проект…цілий день мудохався з фіксом memory leak…бо все на стільки закручено, що гильнутись можна…100500 колбеків…купа мертвого коду…делегати які не позначені weak… по ходу двіжа вирішив врубити #swiftlint, побачив наступне (скріншот)…вирубит... 😐

g00ddy's tweet image. перевели на новий старий проект…цілий день мудохався з фіксом memory leak…бо все на стільки закручено, що гильнутись можна…100500 колбеків…купа мертвого коду…делегати які не позначені weak…
по ходу двіжа вирішив врубити #swiftlint, побачив наступне (скріншот)…вирубит... 😐

Hi, why #swiftlint seems not working anymore in my 2017.3.1 appcode? For example on this screen shot. I used to get warning for 1 character variable and a line more than 120 char.

khairilushan's tweet image. Hi, why #swiftlint seems not working anymore in my 2017.3.1 appcode? For example on this screen shot. I used to get warning for 1 character variable and a line more than 120 char.

Using #swiftlint? Install this plugins.jetbrains.com/plugin/9175 plugin and have all messages right in the AppCode editor.

appcode's tweet image. Using #swiftlint? Install this plugins.jetbrains.com/plugin/9175 plugin and have all messages right in the AppCode editor.

swiftlintのexecutableとかtestとか全部入りだとこんな感じ #swift #swiftlint

daikimat's tweet image. swiftlintのexecutableとかtestとか全部入りだとこんな感じ #swift #swiftlint

Thanks to #SwiftLint I discover .first(where:) 😁 #swiftlang

darthpelo's tweet image. Thanks to #SwiftLint I discover .first(where:) 😁 #swiftlang

My 5-year-old #ios pet project after applying #swiftlint for the first time. 999+ warnings & 161 errors. Better lint your project as soon as possible.

_ntnhon's tweet image. My 5-year-old #ios pet project after applying #swiftlint for the first time. 999+ warnings & 161 errors. Better lint your project as soon as possible.

When you add SwiftLint to an old project... (so glad autocorrect exists) #swiftlint #swiftlang #iosdev

eneko's tweet image. When you add SwiftLint to an old project... (so glad autocorrect exists) #swiftlint #swiftlang #iosdev

Hi @simjp, any ideas why this warning keeps showing up? Have I missed something? #Xcode13 #swiftlint #iOS

jkaliak's tweet image. Hi @simjp, any ideas why this warning keeps showing up? Have I missed something? #Xcode13 #swiftlint #iOS

Loading...

Something went wrong.


Something went wrong.


United States Trends