You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SonarQube
Hi, My python software uses Qt libraries. Those uses the camel case convention, so every time i need to override a Qt method the S100 rule alerts me of my "wrong doings". Why does this rules apply to override methods? I'd really like to follow this rule but I don't have control over others libraries. What should I do?
Elena Vilchik
unread,
Apr 28, 2016, 9:28:24 AM4/28/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SonarQube
Hi!
Unfortunately it's hard (or almost impossible if parent class is a library class) to distinguish overriding method to ignore it in this rule. We might ignore all methods in classes which have a parent class but this will produce plenty of lost issues (false negative).