From 1488d186c38a7ebc3329d39676d15b474ecf0132 Mon Sep 17 00:00:00 2001 From: Meshan Khosla Date: Sun, 29 Jan 2023 23:14:00 -0800 Subject: [PATCH] Style plugin update for sp23 --- CHANGELOG.md | 8 +- gradle.properties | 2 +- .../style_config/cs61b_sp23_checks.xml | 250 ++++++++++++++++++ src/main/resources/style_config/index.txt | 1 + 4 files changed, 255 insertions(+), 6 deletions(-) create mode 100644 src/main/resources/style_config/cs61b_sp23_checks.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d3fc3..eaf93f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ ## [Unreleased] -## [2.0.5] -### Changed -- Updated style checker for Fall 2022 semester -- Updated checkstyle to version 10.3.1 - +## [2.0.6] +### Changed +- Updated style checker for Spring 2023 semester diff --git a/gradle.properties b/gradle.properties index a5dbb9a..69a450d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = edu.berkeley.cs61b.plugin pluginName = CS 61B # SemVer format -> https://semver.org -pluginVersion = 2.0.5 +pluginVersion = 2.0.6 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213 diff --git a/src/main/resources/style_config/cs61b_sp23_checks.xml b/src/main/resources/style_config/cs61b_sp23_checks.xml new file mode 100644 index 0000000..fa3aefa --- /dev/null +++ b/src/main/resources/style_config/cs61b_sp23_checks.xml @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/style_config/index.txt b/src/main/resources/style_config/index.txt index e6e79d0..dbcf3bd 100644 --- a/src/main/resources/style_config/index.txt +++ b/src/main/resources/style_config/index.txt @@ -14,6 +14,7 @@ fa21 cs61b_sp20_checks.xml cs61b_sp20_suppressions.xml sp22 cs61b_sp20_checks.xml cs61b_sp20_suppressions.xml # Hug semesters: +fa22 cs61b_sp23_checks.xml no_suppressions.xml fa22 cs61b_fa22_checks.xml no_suppressions.xml fa20 cs61b_sp19_checks.xml no_suppressions.xml sp19 cs61b_sp19_checks.xml no_suppressions.xml