Skip to content

Commit

Permalink
deploy: e888b52
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Apr 1, 2024
1 parent a6592eb commit d9f4fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h3 id="usage" class="section"><a class="anchor-link left" href="#usage"><i clas
<p>These scalafix rules are cross-published for Scala versions 2.12 and 2.13.</p>
<p>To use the latest version, include the following in your <code>build.sbt</code>:</p>
<pre class="keep-together pdf epub"><code class="nohighlight"><span class="type-name">ThisBuild</span><span> / </span><span class="identifier">scalafixDependencies</span><span> +=
</span><span class="string-literal">&quot;com.banno&quot;</span><span> %% </span><span class="string-literal">&quot;semgrep-scalafix&quot;</span><span> % </span><span class="string-literal">&quot;0.1.0&quot;</span></code></pre>
</span><span class="string-literal">&quot;com.banno&quot;</span><span> %% </span><span class="string-literal">&quot;semgrep-scalafix&quot;</span><span> % </span><span class="string-literal">&quot;0.2.0&quot;</span></code></pre>
<p>Once enabled, configure which rules scalafix will run by adding them to your <code>.scalafix.conf</code> file like so:</p>
<pre><code>//.scalafix.conf
rules = [
Expand Down

0 comments on commit d9f4fcf

Please sign in to comment.