csharpsquid:S1135 - false positive matches for "TODO" tag

190 views
Skip to first unread message

oliver...@mindsatwork.com.br

unread,
Mar 16, 2016, 4:17:52 PM3/16/16
to SonarQube
Hello,

I tried using the rule csharpsquid:S1135 for our c# projects but it keeps marking the following as a match.

/// <summary>
///  Listar todos os casos do mesmo grupo de imagens
/// </summary>
/// <returns>List<Entities.Case></returns>
public List<Entities.Case> GetAllCasesOfUniqueImageGroup(Int64 groupid)

In pt_br 'todos' translates to 'all', and obviously the snippet above does not have a 'TODO' tag associated.

Could you please fix this or make the regex which specifies how the match is made customizable? I've seen other rules in sonar where you can customize some information.

Best regards,

oliver...@mindsatwork.com.br

unread,
Mar 16, 2016, 4:25:06 PM3/16/16
to SonarQube, oliver...@mindsatwork.com.br
Sorry, forgot to include the versions we're using:
SonarQube 5.3
C# plugin 4.4
Reply all
Reply to author
Forward
0 new messages