Tag: configuration - Articles:

Setting up linters in Gitlab CI for C++ and Groovy / Jenkins code

A very short blog post to share some minimal code snippets on how to quickly and easily setup Gitlab CI pipelines to run static code analysis tools on C++ code and Jenkins pipelines (or any Groovy code). Linting C++ code with clang-tidy clang-tidy is a clang-based C++ linter tool that …

Read More

Setting-up Etherpad in a server subdirectory -aka- Apache config hell

I truly think Etherpad is an amazing piece of software. Not so much for its code base quality than for its extraordinary range of usages. Now, while I'm still unsure if todo-lists are useful or a complete waste of energy, I'm convinced that keeping a developer logbook / diary / journal has …

Read More