Skip to content

Releases: hpi-swa-teaching/SwaLint

SwaLint v4.2.0.1

25 Jul 14:36
e1d36be
Compare
Choose a tag to compare

Abgaberelease.
Auch Prozentwerte werden jetzt durch den Autolinter korrekt behandelt.

SwaLint v4.2.0

13 Jul 10:18
7c42fad
Compare
Choose a tag to compare

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

29 Jun 15:21
Compare
Choose a tag to compare

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

25 Jun 14:08
8c2e4f4
Compare
Choose a tag to compare

Fix a bug that will produce ERRORs when having underscores in symbols.

SwaLint v4.0.0

22 Jun 12:13
Compare
Choose a tag to compare

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

25 Jul 20:07
Compare
Choose a tag to compare
Updated test for NAS

SwaLint v2.1.0

25 Jul 14:11
Compare
Choose a tag to compare
SwaLint v2.1.0 Pre-release
Pre-release
Removed BaselineOfProject09 and ConfigurationOfSwaLint