-
Bug
-
Resolution: Unresolved
-
Trivial
The C++ linter Cpplint is printed like this in the Warnings Next Generation Plugin:
Looking at the source I see that the ampersand in the html special character + ( + ) has been escaped (C++ Lint; ).
Is there any reason for escaping the + in the first place? It's just a simple ascii character...
PS: Is "C++ Lint" a proper name for this linter? In the documentation it is only mentioned by the name cpplint (https://pypi.org/project/cpplint/ and https://github.com/google/styleguide/tree/gh-pages/cpplint)
- is blocking
-
JENKINS-67245 warnings-ng recordIssues tool names presented with html escape codes
-
- Closed
-
[JENKINS-67101] C++ Lint shows as C++ Lint
Description |
Original:
The C++ linter Cpplint is printed like this in the Warnings Next Generation Plugin:
!image-2021-11-10-12-41-16-717.png! Looking at the source I see that the ampersand in the html special character + ( + ) has been escaped (C++ Lint;). Is there any reason for escaping the + in the first place? It's just a simple ascii character... PS: Is "C++ Lint" a proper name for this linter? In the documentation it is only mentioned by the name cpplint ([https://pypi.org/project/cpplint/] and https://github.com/google/styleguide/tree/gh-pages/cpplint) |
New:
The C++ linter Cpplint is printed like this in the Warnings Next Generation Plugin:
!image-2021-11-10-12-41-16-717.png! Looking at the source I see that the ampersand in the html special character + ( + ) has been escaped (C++ Lint; ). Is there any reason for escaping the + in the first place? It's just a simple ascii character... PS: Is "C++ Lint" a proper name for this linter? In the documentation it is only mentioned by the name cpplint ([https://pypi.org/project/cpplint/] and [https://github.com/google/styleguide/tree/gh-pages/cpplint]) |
Description |
Original:
The C++ linter Cpplint is printed like this in the Warnings Next Generation Plugin:
!image-2021-11-10-12-41-16-717.png! Looking at the source I see that the ampersand in the html special character + ( + ) has been escaped (C++ Lint; ). Is there any reason for escaping the + in the first place? It's just a simple ascii character... PS: Is "C++ Lint" a proper name for this linter? In the documentation it is only mentioned by the name cpplint ([https://pypi.org/project/cpplint/] and [https://github.com/google/styleguide/tree/gh-pages/cpplint]) |
New:
The C++ linter Cpplint is printed like this in the Warnings Next Generation Plugin:
!image-2021-11-10-12-41-16-717.png! Looking at the source I see that the ampersand in the html special character + ( + ) has been escaped (C++ Lint; ). Is there any reason for escaping the + in the first place? It's just a simple ascii character... PS: Is "C++ Lint" a proper name for this linter? In the documentation it is only mentioned by the name cpplint ([https://pypi.org/project/cpplint/] and [https://github.com/google/styleguide/tree/gh-pages/cpplint]) |
Component/s | New: analysis-model [ 23523 ] | |
Component/s | Original: warnings-ng-plugin [ 24526 ] | |
Assignee | Original: Ulli Hafner [ drulli ] | |
Labels | Original: plugins | New: help-wanted newbie-friendly |
Priority | Original: Minor [ 4 ] | New: Trivial [ 5 ] |
Assignee | New: Eirik Marthinsen [ eirik ] |
Link |
New:
This issue is blocking |
Assignee | Original: Eirik Marthinsen [ eirik ] | New: Ulli Hafner [ drulli ] |
All names need to be escaped since this is a value that potentially can be changed by the user. But using "CppLint" as name would work for me. Interested in providing a PR In the analysis-model project?