rspec/rules/S1481/comments-and-links.adoc
nicolas-gauthier-sonarsource 828e2d54cc
Modify S1481: Migrate to LaYC (#3245)
## Review

A dedicated reviewer checked the rule description successfully for:

- [x] logical errors and incorrect information
- [x] information gaps and missing content
- [x] text style and tone
- [x] PR summary and labels follow [the
guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule)
2023-10-13 11:59:36 +02:00

23 lines
828 B
Plaintext

=== is duplicated by: S896
=== relates to: S895
=== is related to: S1854
=== on 2 Dec 2013, 16:59:45 Freddy Mallet wrote:
Is implemented by \https://jira.codehaus.org/browse/SONARPLUGINS-3304 in Flex
=== on 3 Dec 2013, 22:04:49 Freddy Mallet wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARJAVA-392 in Java
=== on 19 Feb 2014, 08:43:46 Freddy Mallet wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3489 for PHP
=== on 15 Feb 2018, 16:13:16 Alban Auzeill wrote:
Irrelevant for TypeScript because it is covered by typescript's --noUnusedLocals and --noUnusedParameters compiler options.
See [SonarTS/issues/67](\https://github.com/SonarSource/SonarTS/issues/67)
=== on 7 Mar 2018, 17:28:34 Janos Gyerik wrote:
Irrelevant for Go: declared but unused variables raise compilation error.