Skip to content

Commit

Permalink
Merge pull request #180 from conormcd/more-java-lang-classes
Browse files Browse the repository at this point in the history
Add a few more java.lang classes to the linter
  • Loading branch information
candid82 authored Feb 22, 2019
2 parents 993a8fa + b8611b6 commit 3504bd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/data/linter_clj.joke
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ApplicationShutdownHooks ArithmeticException ArrayIndexOutOfBoundsException
ArrayStoreException AssertionError AssertionStatusDirectives
AutoCloseable Boolean BootstrapMethodError
BigDecimal
BigDecimal BigInteger
Byte CharSequence Character
CharacterData CharacterData00 CharacterData01
CharacterData02 CharacterData0E CharacterDataLatin1
Expand Down Expand Up @@ -41,6 +41,7 @@
StringBuffer StringBuilder StringCoding
StringIndexOutOfBoundsException SuppressWarnings System
SystemClassLoaderAction Terminator Thread
Thread$State Thread$UncaughtExceptionHandler
ThreadDeath ThreadGroup ThreadLocal
Throwable TypeNotPresentException UNIXProcess
UnknownError UnsatisfiedLinkError UnsupportedClassVersionError
Expand Down

0 comments on commit 3504bd3

Please sign in to comment.