We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb71db commit 9ad906cCopy full SHA for 9ad906c
eastwood.clj
@@ -3,3 +3,8 @@
3
:if-inside-macroexpansion-of #{'boot.core/deftask}
4
:within-depth 7
5
:reason "The `deftask` macro often includes calls to `boot.util/dbug*` whose purpose is solely for side-effects."})
6
+
7
+(disable-warning
8
+ {:linter :deprecations
9
+ :symbol-matches #{#"^public boolean java\.lang\.reflect\.AccessibleObject\.isAccessible\(\)$"}
10
+ :reason "The replacement, canAccess(Object), was added in JDK9 – but we still support JDK8."})
0 commit comments