Jasper Drescher
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created Exclude class name with wildcard from code inspection
Hi, Is it possible to exclude specific names from code inspection? I have a C++ class that is a const pointer internally, but code inspection suggest that the local variable should be made const. I...