<div dir="ltr"><div><div>Hi folks,</div><div><br></div><div>I have a few questions about how to post prettier code submissions to Gerrit. I hope you can help.</div><div><br></div><div> * can/should Gerrit and Jenkins handle git submodules</div><div>   and be configured to `git pull --recurse-submodules`</div><div>   so that we don&#39;t have to include potentially useful supporting</div><div>   libraries in draft commits?</div><div><br></div><div> * Is there a Gromacs convention for dealing with unused</div><div>   parameters in polymorphic methods to avoid compiler warnings</div><div>   and potential waste?</div><div><br></div><div> * is there a way to keep uncrustify from wanting to mangle brace</div></div><div>    construction in constructor initializer lists? e.g. uncrustify wants</div><div>    to do this:</div><div><div>MyClass() :</div><div>    a_ {nullptr},</div><div>b_ {},</div><div>c_ {</div><div>    &amp;b_</div><div>},</div></div><div>...</div><div><br></div><div>Thank you for any enlightenment you can provide!</div><div>Eric</div></div>