-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add and enforce checkstyle, lint, findbugs, and pmd #420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
samtstern
merged 50 commits into
firebase:version-1.1.0-dev
from
SUPERCILEX:checkstyle_pmd_findbugs
Dec 6, 2016
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
6e88dda
Add quality checks
SUPERCILEX c0078f8
Make Travis compile all code
SUPERCILEX 74ffc44
Check everything
SUPERCILEX 90b09c1
Add fake google-services.json
SUPERCILEX 7839d13
Fix Travis
SUPERCILEX 96aaf1f
Fix Travis
SUPERCILEX 0ee8f0d
Add lint reports
SUPERCILEX 75cc581
Work on lint
SUPERCILEX b5bcee2
Merge remote-tracking branch 'firebase/master' into checkstyle_pmd_fi…
SUPERCILEX d032a38
Merge branch 'travis' into checkstyle_pmd_findbugs
SUPERCILEX 0666dba
Fix all issues caught by findbugs, checkstyle, lint, and pmd
SUPERCILEX b14a741
Fix Travis
SUPERCILEX 3ddc05b
Fix Travis
SUPERCILEX 871c145
Fix Travis
SUPERCILEX 580bec7
Fix Travis
SUPERCILEX 9acf6df
Fix Travis
SUPERCILEX afbf417
Fix Travis
SUPERCILEX 6e21b73
Fix Travis
SUPERCILEX 5209a54
Update .travis.yml
SUPERCILEX 991c370
Update .travis.yml
SUPERCILEX dc9a80c
Update .travis.yml
SUPERCILEX 9868fc4
Update .travis.yml
SUPERCILEX 2e5ca81
Fix Travis
SUPERCILEX 8e261e5
Fix Travis
SUPERCILEX 8169e28
Fix Travis
SUPERCILEX 84090d5
Fix Travis
SUPERCILEX 5e946a9
Fix Travis
SUPERCILEX fb0dd31
Fix Travis
SUPERCILEX aab0760
Fix Travis
SUPERCILEX 4e478d4
Fix Travis
SUPERCILEX 11fefe4
Cleanup
SUPERCILEX b37e4fd
Merge remote-tracking branch 'firebase/master' into checkstyle_pmd_fi…
SUPERCILEX b9129b6
Fix Travis
SUPERCILEX adaef2a
Fix Travis
SUPERCILEX 6ea98f1
Fix Travis
SUPERCILEX 2b06133
Fix Travis
SUPERCILEX 6bf27aa
Merge remote-tracking branch 'firebase/master' into checkstyle_pmd_fi…
SUPERCILEX 3f201bc
Make gradle check depend on prepareArtifacts to make sure the lib is …
SUPERCILEX 2ba7761
Merge remote-tracking branch 'firebase/master' into checkstyle_pmd_fi…
SUPERCILEX 2269cdf
Fix merge mistakes
SUPERCILEX 861232d
Update README.md
SUPERCILEX 075e6b2
Update Facebook SDK to fix Travis
SUPERCILEX 6100fa2
Fix typo
SUPERCILEX a5a61a0
Disable NewerVersionAvailable lint check
SUPERCILEX a8d4e49
Merge remote-tracking branch 'firebase/master' into checkstyle_pmd_fi…
SUPERCILEX ee69abc
Merge remote-tracking branch 'firebase/master' into checkstyle_pmd_fi…
SUPERCILEX a76efd6
Merge remote-tracking branch 'firebase/version-1.1.0-dev' into checks…
SUPERCILEX 465534c
Fix merge mistakes
SUPERCILEX 2b05ffe
Remove unused string resource
SUPERCILEX c2d6f37
Cleanup
SUPERCILEX File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
.gradle | ||
/**/*.iml | ||
/local.properties | ||
.idea | ||
.DS_Store | ||
/build | ||
/captures | ||
/library/target | ||
/**/*.iml | ||
google-services.json | ||
build/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was
prepareArtifacts
for?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the command I run before uploading to jCenter, I want to run it on each build to make sure that the build will be "releasable".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, I added it as a dependency of gradle's
check
.