You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to contribute but ran into a few issues.
By default my editor is configured to run clang-format on save and clang-tidy to show me possible fixes to different issues I might encounter. This generates a huge amount of noise while trying to commit and a lot of false positives due to functions defined in headers and stuff like that.
I can definitely turn these features off for this project, however I think others might run into the same issues and be discouraged from contributing due to these.
I'd be willing to write these default files if there are no objections to that. Just want to see some feedback first.