Skip to content

Commit 3b83750

Browse files
authored
Merge string package to the lodash package.
1 parent 7627fd7 commit 3b83750

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+882
-5283
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jdk:
88

99
script:
1010
- mvn clean install jacoco:report coveralls:report
11-
- mvn -f string-plugin/pom.xml clean package jacoco:report
1211
- mvn -f examples/pom.xml clean package
1312

1413
addons:

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ build_script:
1919
- mvn clean install -B -DskipTests
2020
test_script:
2121
- mvn clean install jacoco:report -B
22-
- mvn -f string-plugin/pom.xml clean package jacoco:report
2322
- mvn -f examples/pom.xml clean package
2423
cache:
2524
- C:\maven\apache-maven-3.5.4

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<module name="FileLength">
2121
<property name="fileExtensions" value="java"/>
2222
<property name="severity" value="warning"/>
23-
<property name="max" value="3100"/>
23+
<property name="max" value="3500"/>
2424
</module>
2525
<module name="RegexpSingleline">
2626
<property name="format" value="\s+$"/>

shippable.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jdk:
77

88
script:
99
- mvn clean install jacoco:report
10-
- mvn -f string-plugin/pom.xml clean package jacoco:report
1110

1211
notifications:
1312
email: false

0 commit comments

Comments
 (0)