On Sat, May 20, 2023 at 3:33 PM Gary Gregory <[email protected]> wrote: > > Please don't change the default behavior to exclude test sources! > Non-binding -1 from me. >
If you're referring to #76, that's not what it does. Test sources are still checked. What changes is that **generated code**, test and non-test alike, is not checked by default. An example would be Java code created when protoc compiles a .proto file. In this case the Java code is not hand-written and often doesn't follow other project conventions like line length. Furthermore it can't be fixed aside from changing the tool that generates the Java code. -- Elliotte Rusty Harold [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
