| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
The linter fails the build if it detects at least one error. But looks like the linter passed on this one, which is good. I see the following in the last Travis build log: $ if [[ "$PY_VERSION" == '2' ]]; then ./lint.sh all; fi Running linter on module firebase_admin Running linter on module tests Running linter on module integration Running linter on module snippets We have more snippets at https://github.com/firebase/quickstart-python. I think we should move them here as well. |
Sorry, something went wrong.
|
@hiranya911 I added all the relevant quickstart-python snippets here and also moved the files around to be in subfolders. Lint gets 10/10 now. |
Sorry, something went wrong.
|
However the 581a9dc should have failed due to lint, and it did not... |
Sorry, something went wrong.
|
I'll wait for @hiranya911 to merge. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM.
Nit: Some files are missing the license header.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
They are linted by lint.sh, not sure if that fails below a certain score?