refactor: use native clang-tidy config
Old solution was kept due to:
These are historical crutches that we have no time to fix
performance-no-int-to-ptr
option is disabled. It does not work well with this lab. Elf types are not C pointers. They are plain numbers. And we have to cast them to C pointers when passing to syscalls. E.g. section->sh_vaddr
and read
syscall