Our coding conventions group getters and setters before all other public or private methods, including constructors. It would be nice to have an option in the PublicMethodsBeforeNonPublicMethods and StaticMethodsBeforeInstanceMethods rules to exclude getters and setters. Without this option we need to disable both of these rules, which misses other public, private and static method ordering issues.
Our coding conventions group getters and setters before all other public or private methods, including constructors. It would be nice to have an option in the PublicMethodsBeforeNonPublicMethods and StaticMethodsBeforeInstanceMethods rules to exclude getters and setters. Without this option we need to disable both of these rules, which misses other public, private and static method ordering issues.