Skip to content

Commit

Permalink
Automated deployment to GitHub Pages: 4c0f337
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftlintbot@jpsim.com committed Oct 23, 2023
1 parent 770a9d7 commit 30c1550
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/realm/SwiftLint/tree/main/Source/SwiftLintCore/Protocols/SwiftSyntaxCorrectableRule.swift#L69-L87">Show on GitHub</a>
<a href="https://github.com/realm/SwiftLint/tree/main/Source/SwiftLintCore/Protocols/SwiftSyntaxCorrectableRule.swift#L69-L91">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
31 changes: 30 additions & 1 deletion Classes/ViolationsSyntaxRewriter.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ <h1>ViolationsSyntaxRewriter</h1>
<p>A SwiftSyntax <code>SyntaxRewriter</code> that produces absolute positions where corrections were applied.</p>

<div class="slightly-smaller">
<a href="https://github.com/realm/SwiftLint/tree/main/Source/SwiftLintCore/Protocols/SwiftSyntaxCorrectableRule.swift#L69-L87">Show on GitHub</a>
<a href="https://github.com/realm/SwiftLint/tree/main/Source/SwiftLintCore/Protocols/SwiftSyntaxCorrectableRule.swift#L69-L91">Show on GitHub</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -507,6 +507,35 @@ <h4>Parameters</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:13SwiftLintCore24ViolationsSyntaxRewriterC8visitAnyy0aE00E0VSgAGF"></a>
<a name="//apple_ref/swift/Method/visitAny(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:13SwiftLintCore24ViolationsSyntaxRewriterC8visitAnyy0aE00E0VSgAGF">visitAny(_:<wbr>)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">override</span> <span class="kd">open</span> <span class="kd">func</span> <span class="nf">visitAny</span><span class="p">(</span><span class="n">_</span> <span class="nv">node</span><span class="p">:</span> <span class="kt">Syntax</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Syntax</span><span class="p">?</span></code></pre>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/realm/SwiftLint/tree/main/Source/SwiftLintCore/Protocols/SwiftSyntaxCorrectableRule.swift#L88-L90">Show on GitHub</a>
</div>
</section>
</div>
</li>
</ul>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/realm/SwiftLint/tree/main/Source/SwiftLintCore/Protocols/SwiftSyntaxCorrectableRule.swift#L69-L87">Show on GitHub</a>
<a href="https://github.com/realm/SwiftLint/tree/main/Source/SwiftLintCore/Protocols/SwiftSyntaxCorrectableRule.swift#L69-L91">Show on GitHub</a>
</div>
</section>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ <h1>ViolationsSyntaxRewriter</h1>
<p>A SwiftSyntax <code>SyntaxRewriter</code> that produces absolute positions where corrections were applied.</p>

<div class="slightly-smaller">
<a href="https://github.com/realm/SwiftLint/tree/main/Source/SwiftLintCore/Protocols/SwiftSyntaxCorrectableRule.swift#L69-L87">Show on GitHub</a>
<a href="https://github.com/realm/SwiftLint/tree/main/Source/SwiftLintCore/Protocols/SwiftSyntaxCorrectableRule.swift#L69-L91">Show on GitHub</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -507,6 +507,35 @@ <h4>Parameters</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:13SwiftLintCore24ViolationsSyntaxRewriterC8visitAnyy0aE00E0VSgAGF"></a>
<a name="//apple_ref/swift/Method/visitAny(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:13SwiftLintCore24ViolationsSyntaxRewriterC8visitAnyy0aE00E0VSgAGF">visitAny(_:<wbr>)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">override</span> <span class="kd">open</span> <span class="kd">func</span> <span class="nf">visitAny</span><span class="p">(</span><span class="n">_</span> <span class="nv">node</span><span class="p">:</span> <span class="kt">Syntax</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Syntax</span><span class="p">?</span></code></pre>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/realm/SwiftLint/tree/main/Source/SwiftLintCore/Protocols/SwiftSyntaxCorrectableRule.swift#L88-L90">Show on GitHub</a>
</div>
</section>
</div>
</li>
</ul>
</div>
</div>
Expand Down

Large diffs are not rendered by default.

Binary file modified docsets/SwiftLintCore.docset/Contents/Resources/docSet.dsidx
Binary file not shown.
Binary file modified docsets/SwiftLintCore.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

0 comments on commit 30c1550

Please sign in to comment.