tarantool / tntcxx

Tarantool C++ connector
Other
8 stars 6 forks source link

Linter is annoying #92

Open drewdzzz opened 9 months ago

drewdzzz commented 9 months ago

There are false positive linter errors that we cannot fix (cannot find a solution or it's just a clang frontend bug). That's why almost very PR has failed pipeline. Let's try to find a way to have the linter in CI that doesn't fail pipeline but somehow notifies author and reviewer that is failed. We could create a badge with linter result or make the linter workflow neutral when it fails.