Hi, thanks for this great project! Some other linters like [ESLint](https://eslint.org/docs/2.13.1/user-guide/configuring#disabling-rules-with-inline-comments) allow granular lint control. Is there a way to disable a lint rule for a particular table/column? Something like: ```sql create table `foo` ( `id` int(11) unsigned NOT NULL ) ENGINE=Archive # ignore: InnoDB engine ```