Skip to content

Commit f2b02ae

Browse files
committed
Ignore checkstyle line length in Version.java
1 parent 915b475 commit f2b02ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/elasticsearch/Version.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import java.util.Objects;
3232
import java.util.TreeMap;
3333

34+
@SuppressWarnings("checkstyle:linelength")
3435
public class Version implements Comparable<Version>, ToXContentFragment {
3536
/*
3637
* The logic for ID is: XXYYZZAA, where XX is major version, YY is minor version, ZZ is revision, and AA is alpha/beta/rc indicator AA

0 commit comments

Comments
 (0)