Skip to content
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

Apply shared checkstyles to all samples. #125

Merged
merged 1 commit into from
Mar 18, 2016
Merged

Commits on Mar 18, 2016

  1. Apply shared checkstyles to all samples.

    We use [subtree
    merging](https://git-scm.com/book/en/v1/Git-Tools-Subtree-Merging) to
    pull these from the
    [java-repo-tools](https://github.com/GoogleCloudPlatform/java-repo-tool) repository.
    
    I ran the following commands:
    
    ```
    git remote add java-repo-tools
    git@github.com:GoogleCloudPlatform/java-repo-tools.git
    git fetch java-repo-tools master
    git checkout -b java-repo-tools java-repo-tools/master
    git checkout master
    git checkout -b use-java-repo-tools
    git read-tree --prefix=java-repo-tools/ -u java-repo-tools
    ```
    
    and then updated the main POM to use the one from `java-repo-tools`.
    tswast committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    d5d8f2b View commit details
    Browse the repository at this point in the history