Skip to content

Commit b26e386

Browse files
committed
Merge with remote
1 parent db8d7ed commit b26e386

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

Code_Quality/quality.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ task findbugs(type: FindBugs,
3535
effort = "max"
3636
reportLevel = "high"
3737
excludeFilter = new File("$qualityConfigDir/findbugs/android-exclude-filter.xml")
38-
classes = files("$project.rootDir/app/build/intermediates/classes")
38+
classes = files("$project.rootDir/buffer-android-app/build/intermediates/classes")
3939

4040
source 'src'
4141
include '**/*.java'
@@ -75,4 +75,4 @@ task pmd(type: Pmd, group: 'Verification', description: 'Inspect sourcecode for
7575
destination "$reportsDir/pmd/pmd.html"
7676
}
7777
}
78-
}
78+
}

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,19 @@
33

44
Welcome to the Android Guidelines repo 👋
55

6-
This repository is used to house all of our project guidelines for the Buffer App on the Android Platform.
6+
This repository is used to house all of our project guidelines for the Buffer App on the Android Platform.
7+
8+
Here you'll find:
9+
10+
1. [Code Quality](/Code_Quality)
11+
* [CheckStyle Configuration](/Code_Quality/checkstyle)
12+
* [FindBugs Configuration](/Code_Quality/findbugs)
13+
* [PMD Configuration](/Code_Quality/pmd)
714

815
##Licence
916

1017
```
11-
Copyright 2016 Buffer Ltd.
18+
Copyright 2016 Buffer, Inc.
1219
1320
Licensed under the Apache License, Version 2.0 (the "License");
1421
you may not use this file except in compliance with the License.
@@ -21,4 +28,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
2128
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2229
See the License for the specific language governing permissions and
2330
limitations under the License.
24-
```
31+
```

licence

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2015 Buffer Ltd.
189+
Copyright 2015 Buffer, Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.
@@ -198,4 +198,4 @@
198198
distributed under the License is distributed on an "AS IS" BASIS,
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201-
limitations under the License.
201+
limitations under the License.

0 commit comments

Comments
 (0)