Skip to content

Commit a2677f8

Browse files
authored
Merge pull request github#3758 from RasmusWL/python-methods-overrides-as-recommendation
Python: Changing signature in overriden method is not an error
2 parents 0d61443 + d5895c1 commit a2677f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/Functions/IncorrectlySpecifiedOverriddenMethod.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* the arguments with which it is called, and if it were called, would be likely to cause an error.
55
* @kind problem
66
* @tags maintainability
7-
* @problem.severity error
8-
* @sub-severity low
7+
* @problem.severity recommendation
8+
* @sub-severity high
99
* @precision high
1010
* @id py/inheritance/incorrect-overridden-signature
1111
*/

0 commit comments

Comments
 (0)