Releases: hpi-swa-teaching/SwaLint
SwaLint v4.2.0.1
Abgaberelease.
Auch Prozentwerte werden jetzt durch den Autolinter korrekt behandelt.
SwaLint v4.2.0
This version of SwaLint introduces a new feature called AutoLinting.
AutoLinting allows you to choose a set of classes to be linted automatically with a set of chosen LinterRules. The AutoLinter
- runs again upon changes in these classes
- can be disabled and enabled (therefore it won't annoy you)
- counts the number of issues.
- allows you to see the detailed results (just click on the number of issues)
To start Autolinting, simply select your classes and tests in the main Linter as usual and then click "Start Autolinting" instead of "Run". The Autolinter will open. To see your first result, click "Run again".
Be aware that good linting takes time. So do not choose too many classes and tests for autolinting, otherwise it might take a few minutes upon every change in these classes.
Example Usecase: You can use autolinting and "Dot after Return Consistency" to make sure that you'll never have a dot after a return statement again.
SwaLint v4.1.0
SwaLint release v4.1.0
This release includes:
- The possibility to load and save linting profiles
- Giving you a hint when linting is allowed by different colors of the 'Run' button
- Fix an issue, that the unreferenced variable test did not work properly
- Fix several minor issues
SwaLint v4.0.1
Fix a bug that will produce ERRORs when having underscores in symbols.
SwaLint v4.0.0
This release will give you a reworked version of SwaLint. That includes:
- A completely new UI based on toolbuilder
- A complete rework of all linter rules, which fixes, enhances and improves them in different kinds
- Several minor bugfixes
Happy linting!
SwaLint v2.1.1
Updated test for NAS
SwaLint v2.1.0
Removed BaselineOfProject09 and ConfigurationOfSwaLint