You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><b>Add the module to <spanclass="tt">docs/module_categories.json</span></b> so it appears in this page</li>
402
402
</ol>
403
403
<p>Follow the pattern of existing modules like <spanclass="tt">m_body_forces</span> (simple) or <spanclass="tt">m_viscous</span> (more involved) as a template.</p>
<p>💡 <b>Tip:</b> If you encounter a validation error, check the relevant section above or review <ahref="https://github.com/MFlowCode/MFC/blob/master/toolchain/mfc/case_validator.py"><spanclass="tt">case_validator.py</span></a> for complete validation logic.</p>
<tdclass="markdownTableBodyNone"><spanclass="tt">--no-test</span></td><tdclass="markdownTableBodyNone">Skip running unit tests (only run pylint). </td><tdclass="markdownTableBodyNone">- </td></tr>
737
+
<tdclass="markdownTableBodyNone"><spanclass="tt">--no-test</span></td><tdclass="markdownTableBodyNone">Skip running unit tests (only run ruff). </td><tdclass="markdownTableBodyNone">- </td></tr>
738
738
</table>
739
739
<p><b>Examples:</b></p>
740
-
<divclass="fragment"><divclass="line"># Run pylint and unit tests</div>
740
+
<divclass="fragment"><divclass="line"># Run ruff and unit tests</div>
741
741
<divclass="line">./mfc.sh lint</div>
742
742
<divclass="line"></div>
743
-
<divclass="line"># Run only pylint (skip unit tests)</div>
743
+
<divclass="line"># Run only ruff (skip unit tests)</div>
0 commit comments