Skip to content

Commit

Permalink
Convert to google style.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Feb 15, 2015
1 parent 0e91adf commit f389e91
Show file tree
Hide file tree
Showing 403 changed files with 30,452 additions and 30,114 deletions.
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<module name="StringLiteralEquality" />
<module name="UnnecessaryParentheses" />
<module name="LineLength">
<property name="max" value="120" />
<property name="max" value="100" />
</module>

<!-- Checks for class design. -->
Expand Down
2 changes: 1 addition & 1 deletion integration/gifencoder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {

sourceSets {
main {
java.srcDirs = ['src/main/java', '../../third_party/gif_encoder/src/main/java']
java.srcDirs = ['src/main/java', '../../third_party/gif_encoder/src/main/java']
}
}

Expand Down
1 change: 1 addition & 0 deletions integration/gifencoder/gifencoder.iml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build/docs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
Expand Down
6 changes: 3 additions & 3 deletions integration/gifencoder/lint.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="AllowBackup" severity="ignore" />
<issue id="AllowBackup" severity="ignore"/>
<!-- See https://github.com/square/okio/issues/58 -->
<issue id="InvalidPackage" severity="ignore" >
<ignore regexp="okio-1.0.0.jar" />
<issue id="InvalidPackage" severity="ignore">
<ignore regexp="okio-1.0.0.jar"/>
</issue>
</lint>
Loading

0 comments on commit f389e91

Please sign in to comment.