mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-22 04:25:01 +00:00
Disable MethodLength checkstyle on createOptions()
This method will grow as needed to initialize options.
This commit is contained in:
parent
a437a4e4b8
commit
d2447ab54e
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ public final class Server {
|
|||
return thread;
|
||||
}
|
||||
|
||||
@SuppressWarnings("MethodLength")
|
||||
private static Options createOptions(String... args) {
|
||||
if (args.length < 1) {
|
||||
throw new IllegalArgumentException("Missing client version");
|
||||
|
|
Loading…
Add table
Reference in a new issue