Skip to content

Commit

Permalink
Automated deployment to GitHub Pages: 7c895d2
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 10, 2024
1 parent c1addb8 commit 89510df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ <h2 id='git-code-pre-commit-code-hook' class='heading'>Git <code>pre-commit</cod
<code>.pre-commit-config.yaml</code> in the root of your repository:</p>
<pre class="highlight yaml"><code><span class="na">repos</span><span class="pi">:</span>
<span class="pi">-</span> <span class="na">repo</span><span class="pi">:</span> <span class="s">https://github.com/realm/SwiftLint</span>
<span class="na">rev</span><span class="pi">:</span> <span class="s">0.50.3</span>
<span class="na">rev</span><span class="pi">:</span> <span class="s">0.57.1</span>
<span class="na">hooks</span><span class="pi">:</span>
<span class="pi">-</span> <span class="na">id</span><span class="pi">:</span> <span class="s">swiftlint</span>
</code></pre>
Expand All @@ -897,7 +897,7 @@ <h2 id='git-code-pre-commit-code-hook' class='heading'>Git <code>pre-commit</cod

<p>SwiftLint can be configured using <code>entry</code> to apply fixes and fail on errors:</p>
<pre class="highlight yaml"><code><span class="pi">-</span> <span class="na">repo</span><span class="pi">:</span> <span class="s">https://github.com/realm/SwiftLint</span>
<span class="na">rev</span><span class="pi">:</span> <span class="s">0.50.3</span>
<span class="na">rev</span><span class="pi">:</span> <span class="s">0.57.1</span>
<span class="na">hooks</span><span class="pi">:</span>
<span class="pi">-</span> <span class="na">id</span><span class="pi">:</span> <span class="s">swiftlint</span>
<span class="na">entry</span><span class="pi">:</span> <span class="s">swiftlint --fix --strict</span>
Expand Down
Binary file modified docsets/SwiftLintCore.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ <h2 id='git-code-pre-commit-code-hook' class='heading'>Git <code>pre-commit</cod
<code>.pre-commit-config.yaml</code> in the root of your repository:</p>
<pre class="highlight yaml"><code><span class="na">repos</span><span class="pi">:</span>
<span class="pi">-</span> <span class="na">repo</span><span class="pi">:</span> <span class="s">https://github.com/realm/SwiftLint</span>
<span class="na">rev</span><span class="pi">:</span> <span class="s">0.50.3</span>
<span class="na">rev</span><span class="pi">:</span> <span class="s">0.57.1</span>
<span class="na">hooks</span><span class="pi">:</span>
<span class="pi">-</span> <span class="na">id</span><span class="pi">:</span> <span class="s">swiftlint</span>
</code></pre>
Expand All @@ -897,7 +897,7 @@ <h2 id='git-code-pre-commit-code-hook' class='heading'>Git <code>pre-commit</cod

<p>SwiftLint can be configured using <code>entry</code> to apply fixes and fail on errors:</p>
<pre class="highlight yaml"><code><span class="pi">-</span> <span class="na">repo</span><span class="pi">:</span> <span class="s">https://github.com/realm/SwiftLint</span>
<span class="na">rev</span><span class="pi">:</span> <span class="s">0.50.3</span>
<span class="na">rev</span><span class="pi">:</span> <span class="s">0.57.1</span>
<span class="na">hooks</span><span class="pi">:</span>
<span class="pi">-</span> <span class="na">id</span><span class="pi">:</span> <span class="s">swiftlint</span>
<span class="na">entry</span><span class="pi">:</span> <span class="s">swiftlint --fix --strict</span>
Expand Down

0 comments on commit 89510df

Please sign in to comment.