Align Checkstyle rules with Spotless #194

Merged
lars.winzer merged 4 commits from issue/2-inconsistency-of-linting-between-checkstyle-and-spotless into main 2026-03-18 18:23:46 +01:00
lars.winzer commented 2026-03-18 18:22:22 +01:00 (Migrated from git.scicore.unibas.ch)

Multiple changes to the checkstyle.xml file have been made, to align Checkstyles detections with the one of Spotless.

  1. Changed the parameters of the ImportOrder module to match the Google Java Style Guide.
  2. Removed the Indentation Module, as Spotless has a generative way of calculating the spaces needed.
  3. Commenting on the change made to the LineLength Module (increase from 80 to 100)

Closes #2

Multiple changes to the `checkstyle.xml` file have been made, to align Checkstyles detections with the one of Spotless. 1. Changed the parameters of the ImportOrder module to match the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html). 2. Removed the Indentation Module, as Spotless has a generative way of calculating the spaces needed. 3. Commenting on the change made to the LineLength Module (increase from 80 to 100) Closes #2
lars.winzer (Migrated from git.scicore.unibas.ch) scheduled this pull request to auto merge when all checks succeed 2026-03-18 18:22:48 +01:00
lars.winzer commented 2026-03-18 18:23:46 +01:00 (Migrated from git.scicore.unibas.ch)

mentioned in commit 3581406833

mentioned in commit 358140683356a058966013d714fe26c93cc659de
lars.winzer (Migrated from git.scicore.unibas.ch) merged commit 3581406833 into main 2026-03-18 18:23:46 +01:00
lars.winzer commented 2026-03-18 18:31:26 +01:00 (Migrated from git.scicore.unibas.ch)

mentioned in merge request !39

mentioned in merge request !39
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: University-of-Basel-Studentprojects/Programmierprojekt#194