<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SwiftLint on Andy Williams</title>
    <link>https://lolindrath.com/tags/swiftlint/</link>
    <description>Recent content in SwiftLint on Andy Williams</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>lolindrath@gmail.com (Andy Williams)</managingEditor>
    <webMaster>lolindrath@gmail.com (Andy Williams)</webMaster>
    <lastBuildDate>Thu, 10 Mar 2022 14:34:53 -0500</lastBuildDate><atom:link href="https://lolindrath.com/tags/swiftlint/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title></title>
      <link>https://lolindrath.com/2022/03/10/</link>
      <pubDate>Thu, 10 Mar 2022 14:34:53 -0500</pubDate>
      <author>lolindrath@gmail.com (Andy Williams)</author>
      <guid>https://lolindrath.com/2022/03/10/</guid>
      <description>TextFieldStyle and SwiftLint I ran into a problem today where SwiftLint was mad at TextFieldStyle because it has you implement the public func _body function which doesn&amp;rsquo;t start with a lower case letter like the identifier_name rule wants.
The fix was to put this comment right above the function signature:
// swiftlint:disable:next identifier_name func _body(configuration: TextField&amp;lt;Self._Label&amp;gt;) -&amp;gt; some View { And here&amp;rsquo;s the raw error that the compiler was throwing:</description>
    </item>
    
  </channel>
</rss>
