Skip to content

Commit

Permalink
yarn update & linter adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
1holz committed Aug 13, 2022
1 parent 6efb004 commit aaca1c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/linters/sun_checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@
<!-- See https://checkstyle.org/config_coding.html -->
<module name="EmptyStatement"/>
<module name="EqualsHashCode"/>
<module name="HiddenField"/>
<module name="HiddenField">
<property name="tokens" value="VARIABLE_DEF, PATTERN_VARIABLE_DEF, LAMBDA, RECORD_COMPONENT_DEF"/>
</module>
<module name="IllegalInstantiation"/>
<module name="InnerAssignment"/>
<!-- <module name="MagicNumber"/> -->
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx4G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version = 1.19.2
yarn_build = 3
yarn_build = 4
loader_version = 0.14.9

# Mod Properties
Expand Down

0 comments on commit aaca1c2

Please sign in to comment.