diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb09f2..8e952f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ ## [Unreleased] -## [2.0.14] +## [2.0.15] ### Changed -- Spring 2024 style checker +- Fall 2024 style checker diff --git a/gradle.properties b/gradle.properties index f5d38d0..96e816a 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.14 +pluginVersion = 2.0.15 # 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_fa24_checks.xml b/src/main/resources/style_config/cs61b_fa24_checks.xml new file mode 100644 index 0000000..51a2a5d --- /dev/null +++ b/src/main/resources/style_config/cs61b_fa24_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 d7ea89c..56d5cea 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: +fa24 cs61b_fa24_checks.xml no_suppressions.xml sp24 cs61b_sp24_checks.xml no_suppressions.xml fa23 cs61b_fa23_checks.xml no_suppressions.xml sp23 cs61b_sp23_checks.xml no_suppressions.xml