mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Python: Fix query names that inclde __ (dunder)
Without backticks, the text UNDERSCORE UNDERSCORE eq UNDERSCORE UNDERSCORE would be considered to make things bold in our markdown output, making the query info look strange. Example https://codeql.github.com/codeql-query-help/python/py-slots-in-old-style-class/
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Useless class
|
||||
* @description Class only defines one public method (apart from __init__ or __new__) and should be replaced by a function
|
||||
* @description Class only defines one public method (apart from `__init__` or `__new__`) and should be replaced by a function
|
||||
* @kind problem
|
||||
* @tags maintainability
|
||||
* useless-code
|
||||
|
||||
Reference in New Issue
Block a user