vim ALE implementation of norminette.
You must install norminette first.
And then, move scripts to your plugin directory.
If you use vim-plug, you just need to run
bash install.sh
enable norminette.
let g:ale_linters['c'] = ['norminette']
let g:ale_linters['cpp'] = ['norminette']