# Rails/CreateTableWithTimestamps: audited does not include 'updated_at', may also be true for other libraries, ultimately leave the choice to end-user
# Rails/DangerousColumnNames: mainly to allow adding and changing column named 'id'
# Rails/NegateInclude: allow classes to define include? and not force to also define exclude?, like IPAddr
# Rails/RakeEnvironment: allow tasks to not depend on :environment task
# Rails/ThreeStateBooleanColumn: allow usage of three-state boolean columns, it may be an STI table