* Save max_delta_step as an extra attribute of Booster Fixes #3509 and #3026, where `max_delta_step` parameter gets lost during serialization. * fix lint * Use camel case for global constant * disable local variable case in clang-tidy
* Clang-tidy static analysis * Modernise checks * Google coding standard checks * Identifier renaming according to Google style