Skip to content

Commit

Permalink
feat: Remove TSLint from the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklem committed Oct 24, 2023
1 parent c5719e4 commit 05274cc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
7 changes: 1 addition & 6 deletions docs/getting-started/supported-languages-and-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,7 @@ The table below lists all languages and frameworks that Codacy supports and the
</tr>
<tr>
<td>TypeScript</td>
<td><a href="https://eslint.org/">ESLint</a>,
<a href="https://palantir.github.io/tslint/">TSLint</a></td>
<td><a href="https://eslint.org/">ESLint</a></td>
<td><a href="https://eslint.org/docs/rules/">ESLint</a> <a href="#suggest-fixes">🔧</a></td>
<td><a href="https://trivy.dev">Trivy</a></td>
<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>
Expand Down Expand Up @@ -697,10 +696,6 @@ The following table lists the Codacy GitHub repositories corresponding to each s
<td><a href="https://github.com/codacy/codacy-trivy/" class="skip-vale">codacy/codacy-trivy</a></td>
</tr>
<tr>
<td><a href="https://palantir.github.io/tslint/">TSLint</a></td>
<td><a href="https://github.com/codacy/codacy-tslint" class="skip-vale">codacy/codacy-tslint</a></td>
</tr>
<tr>
<td><a href="https://github.com/tsqllint/tsqllint/">TSQLLint</a></td>
<td><a href="https://github.com/codacy/codacy-tsqllint" class="skip-vale">codacy/codacy-tsqllint</a></td>
</tr>
Expand Down
1 change: 0 additions & 1 deletion docs/repositories-configure/codacy-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ spectral
stylelint
swiftlint
trivy
tslint
tsqllint
```

Expand Down
6 changes: 0 additions & 6 deletions docs/repositories-configure/configuring-code-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,6 @@ The table below lists the configuration file names that Codacy detects and suppo
<td><code>.swiftlint.yml</code></td>
<td></td>
</tr>
<tr>
<td>TSLint</td>
<td>TypeScript</td>
<td><code>tslint.json</code></td>
<td></td>
</tr>
<tr>
<td>TSQLLint</td>
<td>Transact-SQL</td>
Expand Down
1 change: 0 additions & 1 deletion docs/special-thanks.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ In addition to in-house built rules, we use open source tools for many of our st
<td>
<ul>
<li><a href="https://github.com/hadolint/hadolint">Hadolint</a></li>
<li><a href="https://palantir.github.io/tslint/">TSLint</a></li>
<li><a href="https://github.com/sds/scss-lint">SCSSLint</a></li>
<li><a href="https://github.com/rrrene/credo">Credo</a></li>
<li><a href="https://github.com/PowerShell/PSScriptAnalyzer">PSScriptAnalyzer</a></li>
Expand Down

0 comments on commit 05274cc

Please sign in to comment.