Deploying to gh-pages from @ 4533e52aa5 🚀

This commit is contained in:
Sija 2022-12-11 12:28:13 +00:00
parent 2350a89133
commit 76aad1519b
125 changed files with 933 additions and 986 deletions

View file

@ -922,8 +922,8 @@ source list defined by <code>Globs</code>. Defaults to an empty array.</li>
</ul>
<p>In this example we define default globs and exclude <code>src/compiler</code> folder:</p>
<pre><code class="language-yaml">Globs:
- **/*.cr
- !lib
- &quot;**/*.cr&quot;
- &quot;!lib&quot;
Excluded:
- src/compiler</code></pre>
@ -956,7 +956,6 @@ $ ameba --except Style,Lint # runs all rules except rules in Style and Lint gro
time <span class="o">=</span> <span class="t">Time</span>.epoch(<span class="n">1483859302</span>)
time <span class="o">=</span> <span class="t">Time</span>.epoch(<span class="n">1483859302</span>) <span class="c"># ameba:disable Style/LargeNumbers, Lint/UselessAssign</span>
time <span class="o">=</span> <span class="t">Time</span>.epoch(<span class="n">1483859302</span>) <span class="c"># ameba:disable Style, Lint</span></code></pre>
<h2><a id="editors-integrations" class="anchor" href="#editors-integrations">
<svg class="octicon-link" aria-hidden="true">