hpi-swa-teaching / Algernon-Launcher

Algernon is a productivity tool for Squeak programmers; your personal assistant for Squeak. Algernon aims to make programming in Squeak faster and more keyboard centric. It provides lightning quick access to the core functionalities (classes, methods, morphs, tests, repositories, ...) and even gives you a quick way to evaluate Smalltalk expressions. (SWT22-10)
MIT License
28 stars 5 forks source link

Refactor: Execute linter rules all at once to save time #250

Closed yannik-dittmar closed 2 years ago

yannik-dittmar commented 2 years ago

Save time on linting by executing all linter rules with all code methods at the same time. This prevents the SLTestRunner from having to load the necessary plugin every time.