eclipse-cdt-cloud / vscode-memory-inspector

vscode memory inspector
https://open-vsx.org/extension/eclipse-cdt/memory-inspector
Eclipse Public License 2.0
6 stars 10 forks source link

Introduce lint rule for import order #98

Closed colin-grant-work closed 7 months ago

colin-grant-work commented 7 months ago

Some developers have local setups that automatically order imports. This makes reviews more taxing, because it adds distractions to the diff. Let's set up a lint rule about import order, and then these problems won't arise.

_Originally posted by @colin-grant-work in https://github.com/eclipse-cdt-cloud/vscode-memory-inspector/pull/96#discussion_r1516602467_