kwalitee: SQL query checking
- Adds SQL query checking (--check-sql CLI option) to the kwalitee checker tool, moving it here from the top level Makefile.
- Human-proofed SQL statements that would be falsely reported can now be silenced by ending the corresponding source code line with # kwalitee: disable=sql comment.