Skip to content

Commit

Permalink
comments and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 15, 2023
1 parent 138261c commit 0c226e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
*.dylib
*.so
/WesExamples/Written Assets/

# Ignore Gradle's project-specific cache directory
/.gradle/

# Ignore Gradle's build output directories
/WesExamples/build/
/WesLibrary/build/

# Ignore IDE-specific directories
/.idea/
/.nb-gradle/
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@
<module name="JavadocVariable">
<property name="scope" value="package"/>
</module>

<module name="SingleLineJavadoc"/>

<module name="EmptyCatchBlock">
<property name="exceptionVariableName" value="expected"/>
</module>
Expand Down

0 comments on commit 0c226e0

Please sign in to comment.