There were some rule renames between Ameba v1.6.4 and v1.7.0 (like Performance/AnyInsteadOfEmpty -> Performance/AnyInsteadOfPresent)
These trigger Lint/NonExistentRule issue when linted with newer Ameba version. To avoid such a situation, we most likely need to implement some kind of deprecation support.
There were some rule renames between Ameba v1.6.4 and v1.7.0 (like
Performance/AnyInsteadOfEmpty->Performance/AnyInsteadOfPresent)These trigger
Lint/NonExistentRuleissue when linted with newer Ameba version. To avoid such a situation, we most likely need to implement some kind of deprecation support.