Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gui] Fix exporting checker statistics to CSV
It is possible that a checker name contains a hashmark character (`clang-diagnostic-#warnings`, `clang-diagnostic-#pragma-messages`). Hashmark is a valid URL character but it starts the hash fragment and for this reason it needs to be escaped when we export the statistics to CSV.
- Loading branch information