That function can actually save your ass from accidentally shorting things together that could cause thing go BOOM if you actually assemble that way.
It is very hard to me to imagine what kind of error you have in mind that then routing PCB I would not notice that I am making stupid connection.
I don't understand the attitude of not running the free tool that can prevent you from making such errors
All devices I design are simply microcontroller and several inputs/outputs/interfaces. As each microcontroller pin can be input or output than whatever I connect to it ERC have no reason to complain. ERC don't knows how each microcontroller pin will be configured to find that I connected digital gate output to pin also configured as output.
Because of this I think that ERC practically can't find me any error.
If I were running ERC natural consequence would be to try to satisfy it. The result will be lot of PWR-FLAGs effectively impairing the schematic.
Why lot-of?
Because ERC don't understand that power goes through fuses, PTCs and ferrite beads and as I power each IC through ferrite bead I would have to add PWR-FLAG at each IC power pin. ICs that have digital and analog supply separated will have to get two PWR-FLAGs. After DCDC I use pi-filter. Even if right DCDC pin will be of type power output ERC will not understand that after pi-filter power is also present. My 2 layer PCB designs are with continuous GND at bottom so I use some 0Rs mainly at VCC tracks. ERC also don't understand that if power is on one 0R side it is also on the other side. Each 0R can generate need to add next PWR-FLAG. Drawing the schematic instead of thinking what is needed by circuit I will be thinking where to add next PWR-FLAG.
I just want to have my schematics clear and readable without noise introduced by symbols used only to satisfy ERC.
In very small device (pen-drive like) having only microcontroller connected to USB I decided to short all its other pins to GND (I believe that if ESD reach pin directly shorted to GND it will not destroy IC). I didn't checked it but I suppose ERC will not like such connection and to avoid it I would probably have to connect each pin to GND via net-tie. If it is so (I'm not sure as never checked it) then once more actions taken only to satisfy ERC.
So my opinion of ERC is that it will not find me any error ever but will make me to do many things only to satisfy it.
If ERC would understand that power goes through fuse, PTC, choke, ferryte bead, 0R then satisfying it would be not disturbing your work.