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

Fix a lot of issues, add Error Prone, etc. #608

Merged
merged 43 commits into from May 27, 2018

Conversation

kruton
Copy link
Member

@kruton kruton commented May 24, 2018

No description provided.

Copy link

@stickler-ci stickler-ci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running checkstyle failed with:

com.puppycrawl.tools.checkstyle.api.CheckstyleException: unable to parse configuration stream

Ensure your config file exists and is valid XML.

Copy link

@stickler-ci stickler-ci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running checkstyle failed with:

com.puppycrawl.tools.checkstyle.api.CheckstyleException: unable to parse configuration stream

Ensure your config file exists and is valid XML.

Copy link

@stickler-ci stickler-ci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running checkstyle failed with:

com.puppycrawl.tools.checkstyle.api.CheckstyleException: unable to parse configuration stream

Ensure your config file exists and is valid XML.

@fat-tire
Copy link
Contributor

As long as you're doing all this... why are .iml files and .idea files being tracked at all? Probably should remove tracking from every file inside .idea and *.iml. In other words, git rm:

.idea/.gitignore
.idea/.name
.idea/codeStyleSettings.xml
.idea/copyright/Apache_ConnectBot.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/gradle.xml
.idea/runConfigurations/All_tests.xml
.idea/scopes/ConnectBot.xml
.idea/vcs.xml
.idea/.gitignore    <-- why is this even here?
app/app.iml
connectbot.iml

and then modify .gitignore to add:

*.iml

@kruton
Copy link
Member Author

kruton commented May 27, 2018

It holds the code style settings among other things.

@fat-tire
Copy link
Contributor

I think anything in .idea/ is regenerated/overwritten as-needed by Android Studio (the gradle build scripts) Delete it and it will all be recreated. The iml files may be needed though, but I thought they would be recreated too. Maybe not (?)

Copy link

@stickler-ci stickler-ci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running checkstyle failed with:

com.puppycrawl.tools.checkstyle.api.CheckstyleException: unable to parse configuration stream

Ensure your config file exists and is valid XML.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 33.851% when pulling a72d732 on kruton:testing-updates into 7303255 on connectbot:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants