• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gnosis / dex-contracts / 5716
100%

Build:
DEFAULT BRANCH: master
Ran 07 Dec 2020 05:41AM UTC
Jobs 1
Files 8
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
5716

push

travis-ci-com

web-flow
Bump eslint-config-prettier from 6.15.0 to 7.0.0 (#1073)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 7.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md">eslint-config-prettier's changelog</a>.</em></p>
<blockquote>
<h3>Version 7.0.0 (2020-12-05)</h3>
<ul>
<li>
<p>Changed: At least ESLint 7.0.0 is now required.</p>
</li>
<li>
<p>Changed: [arrow-body-style] and [prefer-arrow-callback] are no longer turned off by default. They only need to be turned off if you use [eslint-plugin-prettier]. If you do, add <code>&quot;prettier/prettier&quot;</code> to your <code>&quot;extends&quot;</code> array to turn them off again.</p>
<pre lang="json"><code>{
  &quot;extends&quot;: [&quot;prettier&quot;, &quot;prettier/prettier&quot;],
  &quot;plugins&quot;: [&quot;prettier&quot;],
  &quot;rules&quot;: {
    &quot;prettier/prettier&quot;: &quot;error&quot;
  }
}
</code></pre>
<p>Alternatively, update [eslint-plugin-prettier] to version 3.2.0 or later which automatically turns off these two rules in its <code>&quot;plugin:prettier/recommended&quot;</code> config.</p>
<p>The CLI helper tool only warns about these rules if you have the <code>&quot;prettier/prettier&quot;</code> <em>rule</em> enabled for a file.</p>
</li>
<li>
<p>Changed: <code>no-tabs</code> is now a validatable rule. If you use it, you should enable <code>allowIndentationTabs</code> so that the rule works regardless of your Prettier config:</p>
<pre lang="json"><code>{
  &quot;rules&quot;: {
    &quot;no-tabs&quot;: [&quot;error&quot;, { &quot;allowIndentationTabs&quot;: true }]
  }
}
</code></pre>
</li>
<li>
<p>Changed: The CLI helper tool is now called just <code>eslint-config-prettier</code> instead of <code>eslint-config-prettier-check</code>. This is so that <code>npx eslint-config-prettier</code> always works regardless of whether you have already ... (continued)

100 of 100 branches covered (100.0%)

Branch coverage included in aggregate %.

277 of 277 relevant lines covered (100.0%)

82.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5716.1 (NODE_OPTIONS=--max_old_space_size=4096) 07 Dec 2020 05:40AM UTC 0
100.0
Travis Job 5716.1
Source Files on build 5716
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #5716
  • c9c82fb2 on github
  • Prev Build on master (#5711)
  • Next Build on master (#5721)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc