philips-software / philips-software/cerberus
Cerberus not catching pragmas and suppressions with white spaces
Open
@dsvellal is already working on this.
Since Nov 13, 2020.
bug
- Dominant language
- Java
- Stars
- 8
- Forks
- 6
- Avg merge
- 9h 22m
- Merged PRs (30d)
- 1
Description
I found that some intelligent developers are putting suppressions especially with C and C++ as
This cannot be caught be Cerberus because cerberus just assumes that suppression does not start with white space, Offcourse that is true with java it throws a compilation error. But with C and C++ it does not matter so we need to handle this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.