Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.04 KB

sumo_game

ci codecov CodeQL

LGTM Has to be set up manually after template is created:

Language grade: C++

About sumo_game

More Details

Disabled warnings

  • cppcheck
    • unusedPrivateFunction: This check triggers false positives too often, especially when a private class member is used in a lambda function and/or as an argument for std::thread or std::jthread.
  • clang-tidy
    • just kidding