This makes linting rules in zulint more general. Make necessary changes in tools/lint and tools/custom_check.py to run with the new RuleList class. Modify tests for `RuleList` class. Tests only include minor changes to test with the new class.
The functions here weren't checked by all linters when they were in `custom_check.py`. Hence, modified to pass all lint checks.