Hint for VIM users:
Make sure your :pwd is the dir that contains the Makefile.
Then run :make, and after that ran through, run :cw.
You will get a split view with one styleguide error per line.
By choosing a line, the editor split view jumps to the proper
code line automatically. :cn brings you to the next error, :cp
shows the previous error.