Skip to content

Commit 10c1e6d

Browse files
committed
Add info about biomejs
1 parent c208055 commit 10c1e6d

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

docs/getting-started/supported-languages-and-tools.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@ The table below lists all languages that Codacy supports and the corresponding t
165165
<tr>
166166
<td>CSS</td>
167167
<td>.css</td>
168-
<td><a href="https://stylelint.io/">Stylelint</a></td>
169-
<td>-</td>
168+
<td><a href="https://biomejs.dev/">BiomeJS</a>,
169+
<a href="https://stylelint.io/">Stylelint</a></td>
170+
<td><a href="https://biomejs.dev/">BiomeJS</a> <a href="#suggest-fixes">🔧</a></td>
170171
<td>-</td>
171172
<td>-</td>
172173
<td>-</td>
@@ -290,10 +291,12 @@ The table below lists all languages that Codacy supports and the corresponding t
290291
<tr>
291292
<td>JavaScript</td>
292293
<td>.js, .jsx, .jsm, .vue, .mjs</td>
293-
<td><a href="https://eslint.org/">ESLint</a>,
294+
<td><a href="https://biomejs.dev/">BiomeJS</a>,
295+
<a href="https://eslint.org/">ESLint</a>,
294296
<a href="https://pmd.github.io/">PMD</a>,
295297
<a href="https://github.com/opengrep/opengrep/">Opengrep</a> <a href="#opengrep"><sup>1</sup></a></td>
296-
<td><a href="https://eslint.org/docs/rules/">ESLint</a> <a href="#suggest-fixes">🔧</a></td>
298+
<td><a href="https://biomejs.dev/">BiomeJS</a> <a href="#suggest-fixes">🔧</a>,
299+
<a href="https://eslint.org/docs/rules/">ESLint</a> <a href="#suggest-fixes">🔧</a></td>
297300
<td><a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
298301
<a href="https://trivy.dev">Trivy</a></td>
299302
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>package.json</code> and <code>package-lock.json</code> (npm), <br><code>yarn.lock</code> (Yarn) </td>
@@ -305,8 +308,9 @@ The table below lists all languages that Codacy supports and the corresponding t
305308
<tr>
306309
<td>JSON</td>
307310
<td>.json</td>
308-
<td><a href="https://github.com/FasterXML/jackson-core">Jackson Linter</a></td>
309-
<td>-</td>
311+
<td><a href="https://biomejs.dev/">BiomeJS</a>,
312+
<a href="https://github.com/FasterXML/jackson-core">Jackson Linter</a></td>
313+
<td><a href="https://biomejs.dev/">BiomeJS</a> <a href="#suggest-fixes">🔧</a></td>
310314
<td><a href="https://github.com/bridgecrewio/checkov/">Checkov</a>,
311315
<a href="https://trivy.dev">Trivy</a></td>
312316
<td>-</td>
@@ -638,9 +642,11 @@ The table below lists all languages that Codacy supports and the corresponding t
638642
<tr>
639643
<td>TypeScript</td>
640644
<td>.ts, .tsx</td>
641-
<td><a href="https://eslint.org/">ESLint</a>,
645+
<td><a href="https://biomejs.dev/">BiomeJS</a>,
646+
<a href="https://eslint.org/">ESLint</a>,
642647
<a href="https://github.com/opengrep/opengrep/">Opengrep</a> <a href="#opengrep"><sup>1</sup></a></td>
643-
<td><a href="https://eslint.org/docs/rules/">ESLint</a> <a href="#suggest-fixes">🔧</a></td>
648+
<td><a href="https://biomejs.dev/">BiomeJS</a> <a href="#suggest-fixes">🔧</a>,
649+
<a href="https://eslint.org/docs/rules/">ESLint</a> <a href="#suggest-fixes">🔧</a></td>
644650
<td><a href="https://github.com/opengrep/opengrep/">Opengrep</a>,
645651
<a href="https://trivy.dev">Trivy</a></td>
646652
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>package.json</code> and <code>package-lock.json</code> (npm), <br><code>yarn.lock</code> (Yarn) </td>

docs/repositories-configure/configuring-code-patterns.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ The table below lists the configuration file names that Codacy detects and suppo
121121
<td><code>bandit.yml</code>, <code>bandit.yaml</code>, <code>.bandit</code>, <code>bandit.toml</code>, <code>bandit.ini</code></td>
122122
<td>To solve flagged valid Python "assert" statements, create a <code>bandit.yml</code> on the root of the repository containing: <code>skips: \['B101'\]</code></td>
123123
</tr>
124+
<tr>
125+
<td>BiomeJS</td>
126+
<td>CSS, JavaScript, JSON, TypeScript</td>
127+
<td><code>biome.json</code>, <code>biome.jsonc</code>, <code>.biome.json</code>, <code>.biome.jsonc</code></td>
128+
<td></td>
129+
</tr>
124130
<tr>
125131
<td>Brakeman</td>
126132
<td>Ruby</td>

0 commit comments

Comments
 (0)