johnthagen / johnthagen/clion-cppcheck
single line files without newline show findings as global message
Open
bug
- Dominant language
- Java
- Stars
- 35
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
```cpp
int f(int*p){return *p;}
```

If you add the newline at the end of the line it shows up in the `Problems` tab as expected.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.