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 7bd8d2e commit 5a493bdCopy full SHA for 5a493bd
3 files changed
build/suppressions.xml
@@ -5,6 +5,7 @@
5
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
6
<suppressions>
7
<suppress checks="MethodCount" files="Config.java"/>
8
+ <suppress checks="FileLength" files="Config.java"/>
9
<suppress checks="MethodCount" files="HttpRequest.java"/>
10
<suppress checks="MethodCount" files="BaseRequest.java"/>
11
<suppress checks="MethodCount" files="JSONArray.java"/>
0 commit comments