coala / coala-quickstart

A tool that generates an initial coala config file for you!
GNU Affero General Public License v3.0
47 stars 76 forks source link

Settings.py: Remove unused variables #269

Closed sjha2048 closed 6 years ago

sjha2048 commented 6 years ago

Closes https://github.com/coala/coala-quickstart/issues/264

TravisBuddy commented 6 years ago

Travis tests have failed

Hey @sjha2000, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

3rd Build

coala --non-interactive ``` Executing section all... Executing section all.python... **** PyUnusedCodeBear [Section | Severity NORMAL] **** ! ! This file contains unused source code. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 12] from coalib.collecting.Collectors import collect_files [INFO][09:29:41] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PyUnusedCodeBear'. Executing section all.quotes... [WARNING][09:29:42] No files matching '/home/travis/build/coala/coala-quickstart/tests/**.py' were found. If this rule is not required, you can remove it from section [all.quotes] in your .coafile to deactivate this warning. Executing section all.autopep8... **** PEP8Bear [Section | Severity NORMAL] **** ! ! The code does not comply to PEP8. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 54] [INFO][09:29:49] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PEP8Bear'. [WARNING][09:29:49] PycodestyleBear (E303): This result has no patch attached. coala_quickstart/generation/Settings.py [ 56] ····ignores·=·[] **** PycodestyleBear (E303) [Section: all.autopep8 | Severity: NORMAL] **** ! ! E303 too many blank lines (2) Executing section all.linelength... Executing section all.commit... Executing section all.yml... [WARNING][09:29:52] No files matching '/home/travis/build/coala/coala-quickstart/tests/**/*.yml' were found. If this rule is not required, you can remove it from section [all.yml] in your .coafile to deactivate this warning. Executing section cli... ```
TravisBuddy commented 6 years ago

Travis tests have failed

Hey @sjha2000, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

3rd Build

coala --non-interactive ``` Executing section all... Executing section all.python... **** PyUnusedCodeBear [Section | Severity NORMAL] **** ! ! This file contains unused source code. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 12] from coalib.collecting.Collectors import collect_files [INFO][09:40:28] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PyUnusedCodeBear'. Executing section all.quotes... [WARNING][09:40:28] No files matching '/home/travis/build/coala/coala-quickstart/tests/**.py' were found. If this rule is not required, you can remove it from section [all.quotes] in your .coafile to deactivate this warning. Executing section all.autopep8... Executing section all.linelength... Executing section all.commit... Executing section all.yml... [WARNING][09:40:38] No files matching '/home/travis/build/coala/coala-quickstart/tests/**/*.yml' were found. If this rule is not required, you can remove it from section [all.yml] in your .coafile to deactivate this warning. Executing section cli... ```
TravisBuddy commented 6 years ago

Travis tests have failed

Hey @sjha2000, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

3rd Build

coala --non-interactive ``` Executing section all... Executing section all.python... **** PyUnusedCodeBear [Section | Severity NORMAL] **** ! ! This file contains unused source code. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 12] from coalib.collecting.Collectors import collect_files [INFO][09:47:26] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PyUnusedCodeBear'. Executing section all.quotes... [WARNING][09:47:26] No files matching '/home/travis/build/coala/coala-quickstart/tests/**.py' were found. If this rule is not required, you can remove it from section [all.quotes] in your .coafile to deactivate this warning. Executing section all.autopep8... Executing section all.linelength... Executing section all.commit... Executing section all.yml... [WARNING][09:47:37] No files matching '/home/travis/build/coala/coala-quickstart/tests/**/*.yml' were found. If this rule is not required, you can remove it from section [all.yml] in your .coafile to deactivate this warning. Executing section cli... ```
gitmate-bot commented 6 years ago

Comment on ff71cdc4c385cf57cadbb0a2d3bb7f74cf7a74ba.

Shortlog of the HEAD commit contains 59 character(s). This is 9 character(s) longer than the limit (59 > 50).

Origin: GitCommitBear, Section: all.commit.

gitmate-bot commented 6 years ago

Comment on ff71cdc4c385cf57cadbb0a2d3bb7f74cf7a74ba.

Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*)

Origin: GitCommitBear, Section: all.commit.

jayvdb commented 6 years ago

Per our guides, never close a PR unless you want to leave @coala . A PR can always be fixed unless you delete your fork / branch.

This is a learning opportunity.

We do not care if you fix this newcomer issue or not. It is a boring immaterial code style problem, and fixing it helps nobody.

We do care if you avoid learning. We do not want community members who do not want to learn how to solve new problems.

gitmate-bot commented 6 years ago

Comment on 39acb12c85a7ede68141149f51ae2c749be5a078.

Shortlog of HEAD commit contains a period at end.

Origin: GitCommitBear, Section: all.commit.

gitmate-bot commented 6 years ago

Comment on 39acb12c85a7ede68141149f51ae2c749be5a078.

Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*)

Origin: GitCommitBear, Section: all.commit.

gitmate-bot commented 6 years ago

Comment on 3017b9423238cf70db6f99b694e31d5a731414cc.

Shortlog of the HEAD commit contains 85 character(s). This is 35 character(s) longer than the limit (85 > 50).

Origin: GitCommitBear, Section: all.commit.

TravisBuddy commented 6 years ago

Hey @sjha2000, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

gitmate-bot commented 6 years ago

Comment on ff71cdc4c385cf57cadbb0a2d3bb7f74cf7a74ba.

Shortlog of the HEAD commit contains 59 character(s). This is 9 character(s) longer than the limit (59 > 50).

Origin: GitCommitBear, Section: all.commit.

TravisBuddy commented 6 years ago

Hey @sjha2000, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

gitmate-bot commented 6 years ago

Comment on 39acb12c85a7ede68141149f51ae2c749be5a078.

Shortlog of HEAD commit contains a period at end.

Origin: GitCommitBear, Section: all.commit.

gitmate-bot commented 6 years ago

Comment on 39acb12c85a7ede68141149f51ae2c749be5a078.

Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*)

Origin: GitCommitBear, Section: all.commit.

gitmate-bot commented 6 years ago

Comment on 3017b9423238cf70db6f99b694e31d5a731414cc.

Shortlog of the HEAD commit contains 85 character(s). This is 35 character(s) longer than the limit (85 > 50).

Origin: GitCommitBear, Section: all.commit.

palash25 commented 6 years ago

@sjha2000 stop making more commits. First learn how to squash them I have provided you with a link to an article then amend your commit message according to our guidelines and then only push. Other people also use the CI and if you keep pushing every time you make a small (& wrong) change someone else's builds might get queued.

So only push once you have amended your commits according to the reviews

palash25 commented 6 years ago

Look over here you have made 7 commits in your branch but we only need one https://github.com/coala/coala-quickstart/pull/269/commits

TravisBuddy commented 6 years ago

Hey @sjha2000, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

gitmate-bot commented 6 years ago

Comment on ff71cdc4c385cf57cadbb0a2d3bb7f74cf7a74ba.

Shortlog of the HEAD commit contains 59 character(s). This is 9 character(s) longer than the limit (59 > 50).

Origin: GitCommitBear, Section: all.commit.

sjha2048 commented 6 years ago

Look over here you have made 7 commits in your branch but we only need one currently i have no idea what am i doing i was trying to squash them but instead created two more can i get a little help?

On Sun, Jul 22, 2018 at 8:11 PM Palash Nigam notifications@github.com wrote:

Look over here you have made 7 commits in your branch but we only need one https://github.com/coala/coala-quickstart/pull/269/commits

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/coala/coala-quickstart/pull/269#issuecomment-406871576, or mute the thread https://github.com/notifications/unsubscribe-auth/AdiXTL5DupKUOjJ9ISYofTkrjYQcDJzXks5uJI8ggaJpZM4VZkD_ .

gitmate-bot commented 6 years ago

Comment on 36218556b99b2ae10c58778716020a0fada9bf3d.

Shortlog of HEAD commit contains a period at end.

Origin: GitCommitBear, Section: all.commit.

gitmate-bot commented 6 years ago

Comment on 39acb12c85a7ede68141149f51ae2c749be5a078.

Shortlog of HEAD commit contains a period at end.

Origin: GitCommitBear, Section: all.commit.

gitmate-bot commented 6 years ago

Comment on 39acb12c85a7ede68141149f51ae2c749be5a078.

Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*)

Origin: GitCommitBear, Section: all.commit.

gitmate-bot commented 6 years ago

Comment on 3017b9423238cf70db6f99b694e31d5a731414cc.

Shortlog of the HEAD commit contains 85 character(s). This is 35 character(s) longer than the limit (85 > 50).

Origin: GitCommitBear, Section: all.commit.

gitmate-bot commented 6 years ago

Comment on ff71cdc4c385cf57cadbb0a2d3bb7f74cf7a74ba.

Shortlog of the HEAD commit contains 59 character(s). This is 9 character(s) longer than the limit (59 > 50).

Origin: GitCommitBear, Section: all.commit.

gitmate-bot commented 6 years ago

Comment on 36218556b99b2ae10c58778716020a0fada9bf3d.

Shortlog of HEAD commit contains a period at end.

Origin: GitCommitBear, Section: all.commit.

TravisBuddy commented 6 years ago

Hey @sjha2000, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

gitmate-bot commented 6 years ago

Comment on cb9298b8a4989764605cc95f19b232fa5bf3e4cd.

Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*)

Origin: GitCommitBear, Section: all.commit.

TravisBuddy commented 6 years ago

Hey @sjha2000, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

TravisBuddy commented 6 years ago

Hey @sjha2000, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

TravisBuddy commented 6 years ago

Hey @sjha2000, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

gitmate-bot commented 6 years ago

Comment on 65ed8bb1db19ccab3eba74f4c5fc3e0b2b71d5d7.

Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*)

Origin: GitCommitBear, Section: all.commit.

TravisBuddy commented 6 years ago

Hey @sjha2000, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

sjha2048 commented 6 years ago

can anyone review why the build is failing, please.

jayvdb commented 6 years ago

You need to do what I said at https://github.com/coala/coala-quickstart/pull/269#pullrequestreview-139309112

ankitxjoshi commented 6 years ago

@sjha2000 waiting for you to complete this.

gitmate-bot commented 6 years ago

Comment on fb37142fa2728d2e58812da436e1534295991d84.

Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*)

Origin: GitCommitBear, Section: all.commit.

sjha2048 commented 6 years ago

the build passed now, what am i missing? review requested.

gitmate-bot commented 6 years ago

Comment on fb37142fa2728d2e58812da436e1534295991d84.

Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*)

Origin: GitCommitBear, Section: all.commit.

Naveenaidu commented 6 years ago

@sjha2000 Please fix your commit message. Your current commit message is Setting.py : Remove unused variables

The correct Short Log of Head commit should be Setting.py: Remove unused variables

No spaces after :

gitmate-bot commented 6 years ago

Comment on 55423cf93d93e0eedd7d072abd032301b98abcdc.

Shortlog of the HEAD commit contains 85 character(s). This is 35 character(s) longer than the limit (85 > 50).

Origin: GitCommitBear, Section: all.commit.

gitmate-bot commented 6 years ago

Comment on 55423cf93d93e0eedd7d072abd032301b98abcdc.

Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*)

Origin: GitCommitBear, Section: all.commit.

gitmate-bot commented 6 years ago

Comment on 55423cf93d93e0eedd7d072abd032301b98abcdc.

Shortlog of the HEAD commit contains 85 character(s). This is 35 character(s) longer than the limit (85 > 50).

Origin: GitCommitBear, Section: all.commit.

gitmate-bot commented 6 years ago

Comment on 55423cf93d93e0eedd7d072abd032301b98abcdc.

Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*)

Origin: GitCommitBear, Section: all.commit.

sjha2048 commented 6 years ago

squashed all commits.

TravisBuddy commented 6 years ago

Travis tests have failed

Hey @sjha2000, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

3rd Build

coala --non-interactive ``` Executing section all... Executing section all.python... **** SpaceConsistencyBear [Section | Severity NORMAL] **** ! ! Line contains following spacing inconsistencies: ! ! - Trailing whitespaces. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 55] [ 55] [INFO][15:25:01] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'SpaceConsistencyBear'. **** SpaceConsistencyBear [Section | Severity NORMAL] **** ! ! Line contains following spacing inconsistencies: ! ! - Trailing whitespaces. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 58] [ 58] [INFO][15:25:01] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'SpaceConsistencyBear'. **** PyUnusedCodeBear [Section | Severity NORMAL] **** ! ! This file contains unused source code. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 12] from coalib.collecting.Collectors import collect_files [INFO][15:25:01] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PyUnusedCodeBear'. Executing section all.quotes... [WARNING][15:25:01] No files matching '/home/travis/build/coala/coala-quickstart/tests/**.py' were found. If this rule is not required, you can remove it from section [all.quotes] in your .coafile to deactivate this warning. Executing section all.autopep8... **** PEP8Bear [Section | Severity NORMAL] **** ! ! The code does not comply to PEP8. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 55] [INFO][15:25:11] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PEP8Bear'. **** PEP8Bear [Section | Severity NORMAL] **** ! ! The code does not comply to PEP8. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 58] [ 58] [INFO][15:25:11] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PEP8Bear'. [WARNING][15:25:11] PycodestyleBear (W293): This result has no patch attached. [WARNING][15:25:11] PycodestyleBear (E303): This result has no patch attached. [WARNING][15:25:11] PycodestyleBear (W293): This result has no patch attached. coala_quickstart/generation/Settings.py [ 55] ··· **** PycodestyleBear (W293) [Section: all.autopep8 | Severity: NORMAL] **** ! ! W293 blank line contains whitespace coala_quickstart/generation/Settings.py [ 56] ····ignores·=·[] **** PycodestyleBear (E303) [Section: all.autopep8 | Severity: NORMAL] **** ! ! E303 too many blank lines (2) coala_quickstart/generation/Settings.py [ 58] ········ **** PycodestyleBear (W293) [Section: all.autopep8 | Severity: NORMAL] **** ! ! W293 blank line contains whitespace Executing section all.linelength... Executing section all.commit... Executing section all.yml... [WARNING][15:25:13] No files matching '/home/travis/build/coala/coala-quickstart/tests/**/*.yml' were found. If this rule is not required, you can remove it from section [all.yml] in your .coafile to deactivate this warning. Executing section cli... ```
TravisBuddy commented 6 years ago

Hey @sjha2000, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

TravisBuddy commented 6 years ago

Travis tests have failed

Hey @sjha2000, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

3rd Build

coala --non-interactive ``` Executing section all... Executing section all.python... **** SpaceConsistencyBear [Section | Severity NORMAL] **** ! ! Line contains following spacing inconsistencies: ! ! - Trailing whitespaces. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 58] [ 58] [INFO][15:31:34] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'SpaceConsistencyBear'. **** PyUnusedCodeBear [Section | Severity NORMAL] **** ! ! This file contains unused source code. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 12] from coalib.collecting.Collectors import collect_files [INFO][15:31:34] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PyUnusedCodeBear'. Executing section all.quotes... [WARNING][15:31:35] No files matching '/home/travis/build/coala/coala-quickstart/tests/**.py' were found. If this rule is not required, you can remove it from section [all.quotes] in your .coafile to deactivate this warning. Executing section all.autopep8... **** PEP8Bear [Section | Severity NORMAL] **** ! ! The code does not comply to PEP8. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 54] [INFO][15:31:43] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PEP8Bear'. **** PEP8Bear [Section | Severity NORMAL] **** ! ! The code does not comply to PEP8. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 58] [ 58] [INFO][15:31:43] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PEP8Bear'. [WARNING][15:31:43] PycodestyleBear (E303): This result has no patch attached. [WARNING][15:31:43] PycodestyleBear (W293): This result has no patch attached. coala_quickstart/generation/Settings.py [ 56] ····ignores·=·[] **** PycodestyleBear (E303) [Section: all.autopep8 | Severity: NORMAL] **** ! ! E303 too many blank lines (2) coala_quickstart/generation/Settings.py [ 58] ········ **** PycodestyleBear (W293) [Section: all.autopep8 | Severity: NORMAL] **** ! ! W293 blank line contains whitespace Executing section all.linelength... Executing section all.commit... Executing section all.yml... [WARNING][15:31:45] No files matching '/home/travis/build/coala/coala-quickstart/tests/**/*.yml' were found. If this rule is not required, you can remove it from section [all.yml] in your .coafile to deactivate this warning. Executing section cli... ```
TravisBuddy commented 6 years ago

Travis tests have failed

Hey @sjha2000, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

3rd Build

coala --non-interactive ``` Executing section all... Executing section all.python... **** SpaceConsistencyBear [Section | Severity NORMAL] **** ! ! Line contains following spacing inconsistencies: ! ! - Trailing whitespaces. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 57] [ 57] [INFO][15:45:24] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'SpaceConsistencyBear'. **** SpaceConsistencyBear [Section | Severity NORMAL] **** ! ! Line contains following spacing inconsistencies: ! ! - No newline at EOF. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 168] printer.print("'" + coafile + "' successfully generated.", color='green') [ 168] printer.print("'" + coafile + "' successfully generated.", color='green') [INFO][15:45:24] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'SpaceConsistencyBear'. **** PyUnusedCodeBear [Section | Severity NORMAL] **** ! ! This file contains unused source code. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 12] from coalib.collecting.Collectors import collect_files [INFO][15:45:24] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PyUnusedCodeBear'. Executing section all.quotes... [WARNING][15:45:24] No files matching '/home/travis/build/coala/coala-quickstart/tests/**.py' were found. If this rule is not required, you can remove it from section [all.quotes] in your .coafile to deactivate this warning. Executing section all.autopep8... **** PEP8Bear [Section | Severity NORMAL] **** ! ! The code does not comply to PEP8. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 57] [ 57] [INFO][15:45:35] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PEP8Bear'. **** PEP8Bear [Section | Severity NORMAL] **** ! ! The code does not comply to PEP8. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 168] printer.print("'" + coafile + "' successfully generated.", color='green') [ 168] printer.print("'" + coafile + "' successfully generated.", color='green') [INFO][15:45:35] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PEP8Bear'. [WARNING][15:45:35] PycodestyleBear (W293): This result has no patch attached. [WARNING][15:45:35] PycodestyleBear (W292): This result has no patch attached. coala_quickstart/generation/Settings.py [ 57] ········ **** PycodestyleBear (W293) [Section: all.autopep8 | Severity: NORMAL] **** ! ! W293 blank line contains whitespace coala_quickstart/generation/Settings.py [ 168] ····printer.print("'"·+·coafile·+·"'·successfully·generated.",·color='green') **** PycodestyleBear (W292) [Section: all.autopep8 | Severity: NORMAL] **** ! ! W292 no newline at end of file Executing section all.linelength... Executing section all.commit... Executing section all.yml... [WARNING][15:45:38] No files matching '/home/travis/build/coala/coala-quickstart/tests/**/*.yml' were found. If this rule is not required, you can remove it from section [all.yml] in your .coafile to deactivate this warning. Executing section cli... ```
TravisBuddy commented 6 years ago

Travis tests have failed

Hey @sjha2000, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

3rd Build

pytest ``` Using cached https://files.pythonhosted.org/packages/d8/e9/73246a565c34c5f203dd78bc2382e0e93aa7a249cdaeba709099eb1bc701/pytest-3.6.4-py2.py3-none-any.whl Collecting pytest-cov~=2.4 (from -r test-requirements.txt (line 8)) Using cached https://files.pythonhosted.org/packages/30/7d/7f6a78ae44a1248ee28cc777586c18b28a1df903470e5d34a6e25712b8aa/pytest_cov-2.5.1-py2.py3-none-any.whl Collecting pytest-env~=0.6.0 (from -r test-requirements.txt (line 9)) Collecting pytest-error-for-skips~=1.0 (from -r test-requirements.txt (line 10)) Using cached https://files.pythonhosted.org/packages/8a/0e/d5a0796809d3a6e06993cb40a22f92a5760b16b9256827d5b4d1504934c5/pytest_error_for_skips-1.0.0-py3-none-any.whl Collecting pytest-instafail~=0.3.0 (from -r test-requirements.txt (line 11)) Collecting pytest-mock~=1.1 (from -r test-requirements.txt (line 12)) Using cached https://files.pythonhosted.org/packages/5e/58/c97f24442020f91af0a4a266280f48b2cbbc43b4e33b0955ac3b3425a5ff/pytest_mock-1.10.0-py2.py3-none-any.whl Collecting pytest-profiling~=1.3.0 (from -r test-requirements.txt (line 13)) Collecting pytest-reorder~=0.1.0 (from -r test-requirements.txt (line 14)) Using cached https://files.pythonhosted.org/packages/4d/7e/35dacdd38028efe9a575ac1d87ed31f39920940d84dd6094f70c3ae28301/pytest_reorder-0.1.1-py3-none-any.whl Collecting pytest-reqs~=0.0.6 (from -r test-requirements.txt (line 15)) Using cached https://files.pythonhosted.org/packages/fa/0b/60b83988e33fb0be1985bc550d73fcf3455afa90eaa38c5f154349a11617/pytest_reqs-0.0.7-py3-none-any.whl Collecting pytest-timeout~=1.3.0 (from -r test-requirements.txt (line 16)) Using cached https://files.pythonhosted.org/packages/46/64/162772832e19a569c7d319f695496a047118c3306fb1f8bd7b52a4724ca5/pytest_timeout-1.3.1-py2.py3-none-any.whl Collecting pytest-travis-fold~=1.3.0 (from -r test-requirements.txt (line 17)) Using cached https://files.pythonhosted.org/packages/70/31/6735482529a3bdab04790c6573f7d3cb0184967786302dc7c82b9d711e2f/pytest_travis_fold-1.3.0-py2.py3-none-any.whl Collecting pytest-xdist~=1.15 (from -r test-requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/3b/d9/f8bf06b042abe9da0b552dd600e06ee5bafbd432650476e44f91c7ceed43/pytest_xdist-1.22.5-py2.py3-none-any.whl Collecting requests-mock~=1.2 (from -r test-requirements.txt (line 19)) Using cached https://files.pythonhosted.org/packages/f3/5b/7fc2615e6ae2d229214fd4d7617dd28475d728124c5f3d0653663113ac85/requests_mock-1.5.2-py2.py3-none-any.whl Requirement already satisfied: pip!=10.0.*,!=18.0,!=9.0.2 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from -r test-requirements.txt (line 20)) Requirement already satisfied: wheel~=0.29 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from -r test-requirements.txt (line 21)) Collecting rstcheck~=3.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting cppclean~=0.12.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting safety~=0.5.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/78/91/710fd502f4a04c7eac855fd8cdd25c471aae86d86d944e1ab21cd6ec5ca7/safety-0.5.1-py2.py3-none-any.whl Collecting pyflakes~=1.5.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/27/49/924098b3b85c286696f37e014475d79471ffc44509613af420645a3c12cb/pyflakes-1.5.0-py2.py3-none-any.whl Collecting apertium-lint~=0.29 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting eradicate~=0.1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting pyroma~=2.2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting html-linter~=0.3.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting nltk~=3.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting yapf~=0.16.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/09/09/b062eb42ba2751ee29c4d227a3502ff4de617adbc744dd985134c35bf0b3/yapf-0.16.3-py2.py3-none-any.whl Collecting dennis~=0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/2d/2e/2cb43a5e787387b558d2eeefc2713305d2df97c4622cee37b1e6f5505031/dennis-0.9-py2.py3-none-any.whl Collecting pyyaml~=3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting radon==1.4.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/b1/24/594df18af8141787d8e2d694fbc898fd26f0aa26597fe6f6652cdb773a7f/radon-1.4.0-py2.py3-none-any.whl Collecting coala>=0.12.0.dev20170828055500 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/24/5c/15242d3079510651c410f56672e6eceabda5b4e53b97344419c79e4239b3/coala-0.12.0.dev20180101025653-py34.py35.py36-none-any.whl Collecting HTTPolice~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/3a/b4/ad13fae41373a0734388b7fee1418fb9cdc57662ef46e25bcf805428c187/HTTPolice-0.5.2-py2.py3-none-any.whl Collecting restructuredtext-lint~=1.0.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting cpplint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting isort~=4.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/1f/2c/22eee714d7199ae0464beda6ad5fedec8fee6a2f7ffd1e8f1840928fe318/isort-4.3.4-py3-none-any.whl Collecting aenum~=2.0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/01/11/e0b5efc82daace980210c1b5f1458676ccc6513514955678801b44f9169c/aenum-2.0.10-py3-none-any.whl Collecting autopep8~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting cmakelint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting pycodestyle~=2.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl Collecting pydocstyle~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/43/8a/f1141af0c8406788a5c38ad5001d4163d903b5384a6517239d2ac42734c8/pydocstyle-2.1.1-py3-none-any.whl Collecting scspell3k~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting guess-language-spirit~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting munkres3~=1.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting vulture~=0.25.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/98/d7/3cc454c33422f1c43255928e7b4bac77a0bcabb113a946997edc60a2a176/vulture-0.25-py2.py3-none-any.whl Collecting bandit~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/77/41/d57366098a30a86af1821e231949221d2b6b896cc4bdd060cc1be27fdd47/bandit-1.4.0-py2.py3-none-any.whl Collecting click==6.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/1c/7c/10b4132dd952b6a04e37626258825b8aa8c1eb99545f2eb26a77c21efb55/click-6.6-py2.py3-none-any.whl Collecting pylint~=1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/40/5f/2ba2603512cbf48b2d5fa9c3ed494d61bef84fcf2f7a03e602cd15929727/pylint-1.9.3-py2.py3-none-any.whl Collecting yamllint~=1.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/07/cf/213a023883122cc527bdc5cab135a4e30af93c1a0feaa6cabc16aaee68ac/yamllint-1.6.1-py2.py3-none-any.whl Collecting autoflake~=0.7 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting docutils-ast-writer~=0.1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting vim-vint~=0.3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/26/62/af455972b57d2640dec5fe12bb43790951c84f50f5c5f43eef38dc06365c/vim_vint-0.3.19-py2.py3-none-any.whl Collecting nbformat~=4.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl Collecting proselint~=0.7.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting mypy-lang~=0.4.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting memento-client~=0.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/41/8d/8dfc683c1228779b2eb6e80681e70d450b20fce58d53483fb6e5c7f6ff34/memento_client-0.6.1-py2.py3-none-any.whl Collecting appdirs==1.4.* (from coala_utils~=0.6.6->-r requirements.txt (line 3)) Using cached https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl Collecting pyprint==0.2.* (from coala_utils~=0.6.6->-r requirements.txt (line 3)) Using cached https://files.pythonhosted.org/packages/b0/45/8912d660c6accfe665f6649433362aa0eb9a94a3a71ee3a71d8956f0a4ed/PyPrint-0.2.6-py3-none-any.whl Requirement already satisfied: nose in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 4)) Collecting requests>=2.7.9 (from codecov~=2.0.5->-r test-requirements.txt (line 4)) Using cached https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl Collecting crayons (from moban~=0.0.9->-r test-requirements.txt (line 5)) Collecting jinja2>=2.7.1 (from moban~=0.0.9->-r test-requirements.txt (line 5)) Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl Collecting pyparsing (from packaging~=16.8->-r test-requirements.txt (line 6)) Using cached https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl Requirement already satisfied: six in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from packaging~=16.8->-r test-requirements.txt (line 6)) Requirement already satisfied: setuptools in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 7)) Collecting attrs>=17.4.0 (from pytest~=3.6.1->-r test-requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/41/59/cedf87e91ed541be7957c501a92102f9cc6363c623a7666d69d51c78ac5b/attrs-18.1.0-py2.py3-none-any.whl Collecting atomicwrites>=1.0 (from pytest~=3.6.1->-r test-requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/0a/e8/cd6375e7a59664eeea9e1c77a766eeac0fc3083bb958c2b41ec46b95f29c/atomicwrites-1.1.5-py2.py3-none-any.whl Collecting more-itertools>=4.0.0 (from pytest~=3.6.1->-r test-requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/85/40/90c3b0393e12b9827381004224de8814686e3d7182f9d4182477f600826d/more_itertools-4.2.0-py3-none-any.whl Requirement already satisfied: pluggy<0.8,>=0.5 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 7)) Requirement already satisfied: py>=1.5.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 7)) Collecting gprof2dot (from pytest-profiling~=1.3.0->-r test-requirements.txt (line 13)) Collecting execnet>=1.1 (from pytest-xdist~=1.15->-r test-requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/f9/76/3343e69a2a1602052f587898934e5fea395d22310d39c07955596597227c/execnet-1.5.0-py2.py3-none-any.whl Collecting pytest-forked (from pytest-xdist~=1.15->-r test-requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/dd/9d/fb75af584b850a902c9ce5ec96ea5c623978113b8a240ab414e1a435df93/pytest_forked-0.2-py2.py3-none-any.whl Collecting docutils>=0.7 (from rstcheck~=3.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl Collecting docopt>=0.6.1 (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting template-remover (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting polib>=1.0.8 (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl Collecting colorama<0.4,>=0.3 (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/db/c8/7dcf9dbcb22429512708fe3a547f8b6101c0d02137acbd892505aee57adf/colorama-0.3.9-py2.py3-none-any.whl Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/4a/77/180f0b61dca785a6b76c4f1ba611100fbc628abeb8415fa7c5c4c5d99e0b/mando-0.3.3-py2.py3-none-any.whl Collecting unidiff~=0.5.2 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/68/52/c7278fc3c17d1aaade84597968d88f97f0f4ec7288ddedb6970a341c5170/unidiff-0.5.5-py2.py3-none-any.whl Collecting Pygments~=2.1 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl Collecting colorlog~=2.7 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/61/ff/d6337d488739c1a7ade37f736880e44717bcb0e7cea178c17774a4a93700/colorlog-2.10.0-py2.py3-none-any.whl Collecting dependency-management~=0.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/1d/c7/e1ff3d4b90b1a4197e90bb43c87200ce89c677e26dadbc55cc9f943de47b/dependency_management-0.4.0-py3-none-any.whl Collecting testfixtures~=4.14.3 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/6c/4e/0381a0ead1f270f0bd2854e3ad40c24242bcf9ee99093e786111f831cad2/testfixtures-4.14.3-py2.py3-none-any.whl Collecting libclang-py3~=3.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting singledispatch>=3.4.0.3 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl Collecting brotlipy>=0.5.1 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/b8/e6/be86d2d6565fcf4bd82cca288ac1e264a50dbfa41bef86b63b5d69252fca/brotlipy-0.7.0-cp36-cp36m-manylinux1_x86_64.whl Collecting defusedxml>=0.5.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl Collecting dominate>=2.2.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting bitstring>=3.1.4 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting snowballstemmer (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl Collecting GitPython>=1.0.1 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl Collecting stevedore>=1.17.1 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/a1/d9/93a975469c53a9ee85de9ec0deb12345aa777748b4c263860668592344fe/stevedore-1.29.0-py2.py3-none-any.whl Collecting mccabe (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl Collecting astroid<2.0,>=1.6 (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/0e/9b/18b08991c8c6aaa827faf394f4468b8fee41db1f73aa5157f9f5fb2e69c3/astroid-1.6.5-py2.py3-none-any.whl Collecting chardet>=2.3.0 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl Collecting ansicolor~=0.2.4 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/42/0b/f370fae6d0070758e8bbf46c77da779e4ea79870ea5197893b2678848aeb/ansicolor-0.2.6-py2.py3-none-any.whl Collecting ipython-genutils (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl Collecting jupyter-core (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl Collecting traitlets>=4.1 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl Collecting future (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting termcolor~=1.1.0 (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 3)) Collecting certifi>=2017.4.17 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 4)) Using cached https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl Collecting urllib3<1.24,>=1.21.1 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 4)) Using cached https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl Collecting idna<2.8,>=2.5 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 4)) Using cached https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl Collecting MarkupSafe>=0.23 (from jinja2>=2.7.1->moban~=0.0.9->-r test-requirements.txt (line 5)) Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist~=1.15->-r test-requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl Collecting sarge~=0.1.4 (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting cffi>=1.0.0 (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/6d/c0/47db8f624f3e4e2f3f27be03a93379d1ba16a1450a7b1aacfa0366e2c0dd/cffi-1.11.5-cp36-cp36m-manylinux1_x86_64.whl Collecting gitdb2>=2.0.0 (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/a9/fb/d3afc4e2a8d506a07af19f125f7a473ae1b56f942ed2ba80776eb8ae23b1/gitdb2-2.0.4-py2.py3-none-any.whl Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from stevedore>=1.17.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting lazy-object-proxy (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/65/1f/2043ec33066e779905ed7e6580384425fdc7dc2ac64d6931060c75b0c5a3/lazy_object_proxy-1.3.1-cp36-cp36m-manylinux1_x86_64.whl Collecting wrapt (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting decorator (from traitlets>=4.1->nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl Collecting pycparser (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/0f/14/e3112808b727f72df9531fc2f00b84d4966e66001748b6883a21c767e902/smmap2-2.0.4-py2.py3-none-any.whl Installing collected packages: lxml, docutils, rstcheck, cppclean, certifi, urllib3, idna, chardet, requests, pyparsing, packaging, click, safety, pyflakes, apertium-lint, eradicate, pyroma, docopt, template-remover, html-linter, nltk, yapf, polib, dennis, pyyaml, colorama, mando, radon, termcolor, pyprint, appdirs, coala-utils, unidiff, Pygments, colorlog, sarge, dependency-management, testfixtures, libclang-py3, coala, singledispatch, pycparser, cffi, brotlipy, defusedxml, dominate, bitstring, HTTPolice, restructuredtext-lint, cpplint, isort, aenum, pycodestyle, autopep8, cmakelint, snowballstemmer, pydocstyle, scspell3k, guess-language-spirit, munkres3, vulture, smmap2, gitdb2, GitPython, stevedore, bandit, mccabe, lazy-object-proxy, wrapt, astroid, pylint, yamllint, autoflake, docutils-ast-writer, ansicolor, vim-vint, ipython-genutils, decorator, traitlets, jupyter-core, jsonschema, nbformat, future, proselint, mypy-lang, memento-client, coala-bears, gemfileparser, pyjsparser, coverage, coverage-env-plugin, coverage-config-reload-plugin, codecov, crayons, MarkupSafe, jinja2, moban, attrs, atomicwrites, more-itertools, pytest, pytest-cov, pytest-env, pytest-error-for-skips, pytest-instafail, pytest-mock, gprof2dot, pytest-profiling, pytest-reorder, pytest-reqs, pytest-timeout, pytest-travis-fold, apipkg, execnet, pytest-forked, pytest-xdist, requests-mock Found existing installation: attrs 17.3.0 Uninstalling attrs-17.3.0: Successfully uninstalled attrs-17.3.0 Found existing installation: pytest 3.3.0 Uninstalling pytest-3.3.0: Successfully uninstalled pytest-3.3.0 Successfully installed GitPython-2.1.11 HTTPolice-0.5.2 MarkupSafe-1.0 Pygments-2.2.0 aenum-2.0.10 ansicolor-0.2.6 apertium-lint-0.29 apipkg-1.5 appdirs-1.4.3 astroid-1.6.5 atomicwrites-1.1.5 attrs-18.1.0 autoflake-0.7 autopep8-1.3.5 bandit-1.4.0 bitstring-3.1.5 brotlipy-0.7.0 certifi-2018.4.16 cffi-1.11.5 chardet-3.0.4 click-6.6 cmakelint-1.3.4.1 coala-0.12.0.dev20180101025653 coala-bears-0.12.0.dev20171110210444 coala-utils-0.6.7 codecov-2.0.15 colorama-0.3.9 colorlog-2.10.0 coverage-4.3.4 coverage-config-reload-plugin-0.2.0 coverage-env-plugin-0.1 cppclean-0.12 cpplint-1.3.0 crayons-0.1.2 decorator-4.3.0 defusedxml-0.5.0 dennis-0.9 dependency-management-0.4.0 docopt-0.6.2 docutils-0.14 docutils-ast-writer-0.1.2 dominate-2.3.1 eradicate-0.1.6 execnet-1.5.0 future-0.16.0 gemfileparser-0.6.2 gitdb2-2.0.4 gprof2dot-2017.9.19 guess-language-spirit-0.5.3 html-linter-0.3.0 idna-2.7 ipython-genutils-0.2.0 isort-4.3.4 jinja2-2.10 jsonschema-2.6.0 jupyter-core-4.4.0 lazy-object-proxy-1.3.1 libclang-py3-3.4.0 lxml-3.6.0 mando-0.3.3 mccabe-0.6.1 memento-client-0.6.1 moban-0.0.9 more-itertools-4.2.0 munkres3-1.0.5.5 mypy-lang-0.4.6 nbformat-4.4.0 nltk-3.3 packaging-16.8 polib-1.1.0 proselint-0.7.0 pycodestyle-2.4.0 pycparser-2.18 pydocstyle-2.1.1 pyflakes-1.5.0 pyjsparser-2.4.5 pylint-1.9.3 pyparsing-2.2.0 pyprint-0.2.6 pyroma-2.2 pytest-3.6.4 pytest-cov-2.5.1 pytest-env-0.6.2 pytest-error-for-skips-1.0.0 pytest-forked-0.2 pytest-instafail-0.3.0 pytest-mock-1.10.0 pytest-profiling-1.3.0 pytest-reorder-0.1.1 pytest-reqs-0.0.7 pytest-timeout-1.3.1 pytest-travis-fold-1.3.0 pytest-xdist-1.22.5 pyyaml-3.13 radon-1.4.0 requests-2.19.1 requests-mock-1.5.2 restructuredtext-lint-1.0.1 rstcheck-3.3 safety-0.5.1 sarge-0.1.5.post0 scspell3k-2.1 singledispatch-3.4.0.3 smmap2-2.0.4 snowballstemmer-1.2.1 stevedore-1.29.0 template-remover-0.1.9 termcolor-1.1.0 testfixtures-4.14.3 traitlets-4.3.2 unidiff-0.5.5 urllib3-1.23 vim-vint-0.3.19 vulture-0.25 wrapt-1.10.11 yamllint-1.6.1 yapf-0.16.3 $ git clone https://gitlab.com/coala/mobans ../coala-mobans Cloning into '../coala-mobans'... warning: redirecting to https://gitlab.com/coala/mobans.git/ remote: Counting objects: 428, done. remote: Compressing objects: 100% (294/294), done. remote: Total 428 (delta 210), reused 274 (delta 108) Receiving objects: 100% (428/428), 436.72 KiB | 9.10 MiB/s, done. Resolving deltas: 100% (210/210), done. $ moban Templating coala-setup.py.jj2 to setup.py Templating requirements.txt.jj2 to requirements.txt Templating test-requirements.txt.jj2 to test-requirements.txt Templating VERSION.jj2 to coala_quickstart/VERSION Templating __init__.py.jj2 to coala_quickstart/__init__.py Templating ci/appveyor.yml.jj2 to .ci/appveyor.yml Templating run_with_env.cmd to .ci/run_with_env.cmd Templated 7 files. $ git diff --exit-code $ pip install -r requirements.txt Requirement already satisfied: lxml==3.6.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from -r requirements.txt (line 1)) Requirement already satisfied: coala_bears~=0.12.0.dev20170722110839 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from -r requirements.txt (line 2)) Requirement already satisfied: coala_utils~=0.6.6 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from -r requirements.txt (line 3)) Requirement already satisfied: gemfileparser~=0.6.2 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from -r requirements.txt (line 4)) Requirement already satisfied: pyjsparser~=2.4.5 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from -r requirements.txt (line 5)) Requirement already satisfied: pylint~=1.6 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: restructuredtext-lint~=1.0.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: proselint~=0.7.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: pydocstyle~=2.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: safety~=0.5.1 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: vulture~=0.25.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: HTTPolice~=0.5.2 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: rstcheck~=3.1 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: eradicate~=0.1.6 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: autopep8~=1.2 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: munkres3~=1.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: isort~=4.2 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: cmakelint~=1.3 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: pyflakes~=1.5.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: vim-vint~=0.3.12 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: yapf~=0.16.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: memento-client~=0.6.1 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: mypy-lang~=0.4.6 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: pyyaml~=3.12 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: yamllint~=1.6.1 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: html-linter~=0.3.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: cppclean~=0.12.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: aenum~=2.0.8 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: bandit~=1.2 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: nbformat~=4.1 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: pycodestyle~=2.2 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: radon==1.4.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: autoflake~=0.7 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: guess-language-spirit~=0.5.2 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: dennis~=0.8 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: scspell3k~=2.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: click==6.6 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: docutils-ast-writer~=0.1.2 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: apertium-lint~=0.29 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: coala>=0.12.0.dev20170828055500 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: cpplint~=1.3 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: pyroma~=2.2.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: nltk~=3.2 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: pyprint==0.2.* in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 3)) Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 3)) Requirement already satisfied: nose in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 4)) Requirement already satisfied: astroid<2.0,>=1.6 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: six in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: mccabe in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: docutils<1.0,>=0.11 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from restructuredtext-lint~=1.0.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: future in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: snowballstemmer in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: packaging in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: requests in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: dominate>=2.2.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: singledispatch>=3.4.0.3 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: brotlipy>=0.5.1 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: bitstring>=3.1.4 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: defusedxml>=0.5.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: chardet>=2.3.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: ansicolor~=0.2.4 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: docopt>=0.6.1 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: template-remover in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: GitPython>=1.0.1 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: stevedore>=1.17.1 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: jupyter-core in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: traitlets>=4.1 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: ipython-genutils in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: colorama<0.4,>=0.3 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: mando<0.4,>=0.3 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: polib>=1.0.8 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: dependency-management~=0.4.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: setuptools>=19.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: Pygments~=2.1 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: testfixtures~=4.14.3 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: libclang-py3~=3.4.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: colorlog~=2.7 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: unidiff~=0.5.2 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: termcolor~=1.1.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 3)) Requirement already satisfied: wrapt in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: lazy-object-proxy in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from packaging->safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: certifi>=2017.4.17 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from requests->safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: idna<2.8,>=2.5 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from requests->safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: urllib3<1.24,>=1.21.1 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from requests->safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: cffi>=1.0.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: gitdb2>=2.0.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from stevedore>=1.17.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: decorator in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from traitlets>=4.1->nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: sarge~=0.1.4 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: pycparser in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) Requirement already satisfied: smmap2>=2.0.0 in /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 2)) $ pytest ============================= test session starts ============================== platform linux -- Python 3.6.3, pytest-3.6.4, py-1.5.2, pluggy-0.6.0 rootdir: /home/travis/build/coala/coala-quickstart, inifile: setup.cfg plugins: requests-mock-1.5.2, xdist-1.22.5, travis-fold-1.3.0, timeout-1.3.1, reqs-0.0.7, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.5.1 timeout: 35.0s timeout method: signal timeout func_only: False collected 49 items / 8 errors ==================================== ERRORS ==================================== ____________ ERROR collecting coala_quickstart/coala_quickstart.py _____________ coala_quickstart/coala_quickstart.py:24: in from coala_quickstart.generation.Settings import ( E File "/home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py", line 55 E <<<<<<< HEAD E ^ E SyntaxError: invalid syntax ____________ ERROR collecting coala_quickstart/coala_quickstart.py _____________ ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/python.py:468: in _importtestmodule mod = self.fspath.pyimport(ensuresyspath=importmode) ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/py/_path/local.py:668: in pyimport __import__(modname) :971: in _find_and_load ??? :955: in _find_and_load_unlocked ??? :656: in _load_unlocked ??? :626: in _load_backward_compatible ??? ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/assertion/rewrite.py:226: in load_module py.builtin.exec_(co, mod.__dict__) coala_quickstart/coala_quickstart.py:24: in from coala_quickstart.generation.Settings import ( E File "/home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py", line 55 E <<<<<<< HEAD E ^ E SyntaxError: invalid syntax ___________ ERROR collecting coala_quickstart/generation/Settings.py ___________ ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/py/_path/local.py:668: in pyimport __import__(modname) E File "/home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py", line 55 E <<<<<<< HEAD E ^ E SyntaxError: invalid syntax ___________ ERROR collecting coala_quickstart/generation/Settings.py ___________ ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/python.py:468: in _importtestmodule mod = self.fspath.pyimport(ensuresyspath=importmode) ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/py/_path/local.py:668: in pyimport __import__(modname) E File "/home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py", line 55 E <<<<<<< HEAD E ^ E SyntaxError: invalid syntax __________________ ERROR collecting tests/generation/Bears.py __________________ tests/generation/Bears.py:12: in from coala_quickstart.coala_quickstart import main :971: in _find_and_load ??? :955: in _find_and_load_unlocked ??? :656: in _load_unlocked ??? :626: in _load_backward_compatible ??? ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/assertion/rewrite.py:226: in load_module py.builtin.exec_(co, mod.__dict__) coala_quickstart/coala_quickstart.py:24: in from coala_quickstart.generation.Settings import ( E File "/home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py", line 55 E <<<<<<< HEAD E ^ E SyntaxError: invalid syntax __________________ ERROR collecting tests/generation/Bears.py __________________ ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/python.py:468: in _importtestmodule mod = self.fspath.pyimport(ensuresyspath=importmode) ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/py/_path/local.py:668: in pyimport __import__(modname) :971: in _find_and_load ??? :955: in _find_and_load_unlocked ??? :656: in _load_unlocked ??? :626: in _load_backward_compatible ??? ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/assertion/rewrite.py:226: in load_module py.builtin.exec_(co, mod.__dict__) tests/generation/Bears.py:12: in from coala_quickstart.coala_quickstart import main :971: in _find_and_load ??? :955: in _find_and_load_unlocked ??? :656: in _load_unlocked ??? :626: in _load_backward_compatible ??? ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/assertion/rewrite.py:226: in load_module py.builtin.exec_(co, mod.__dict__) coala_quickstart/coala_quickstart.py:24: in from coala_quickstart.generation.Settings import ( E File "/home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py", line 55 E <<<<<<< HEAD E ^ E SyntaxError: invalid syntax ______________ ERROR collecting tests/generation/SettingsTest.py _______________ tests/generation/SettingsTest.py:11: in from coala_quickstart.coala_quickstart import _get_arg_parser :971: in _find_and_load ??? :955: in _find_and_load_unlocked ??? :656: in _load_unlocked ??? :626: in _load_backward_compatible ??? ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/assertion/rewrite.py:226: in load_module py.builtin.exec_(co, mod.__dict__) coala_quickstart/coala_quickstart.py:24: in from coala_quickstart.generation.Settings import ( E File "/home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py", line 55 E <<<<<<< HEAD E ^ E SyntaxError: invalid syntax ______________ ERROR collecting tests/generation/SettingsTest.py _______________ ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/python.py:468: in _importtestmodule mod = self.fspath.pyimport(ensuresyspath=importmode) ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/py/_path/local.py:668: in pyimport __import__(modname) :971: in _find_and_load ??? :955: in _find_and_load_unlocked ??? :656: in _load_unlocked ??? :626: in _load_backward_compatible ??? ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/assertion/rewrite.py:226: in load_module py.builtin.exec_(co, mod.__dict__) tests/generation/SettingsTest.py:11: in from coala_quickstart.coala_quickstart import _get_arg_parser :971: in _find_and_load ??? :955: in _find_and_load_unlocked ??? :656: in _load_unlocked ??? :626: in _load_backward_compatible ??? ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/assertion/rewrite.py:226: in load_module py.builtin.exec_(co, mod.__dict__) coala_quickstart/coala_quickstart.py:24: in from coala_quickstart.generation.Settings import ( E File "/home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py", line 55 E <<<<<<< HEAD E ^ E SyntaxError: invalid syntax travis_fold:start:py-2772.cov.0 ----------- coverage: platform linux, python 3.6.3-final-0 ----------- Name Stmts Miss Branch BrPart Cover Missing ----------------------------------------------------------------------------------------------------------- coala_quickstart/Constants.py 4 0 0 0 100% coala_quickstart/Strings.py 8 0 0 0 100% coala_quickstart/__init__.py 7 0 0 0 100% coala_quickstart/coala_quickstart.py 59 44 8 0 22% 26-130 coala_quickstart/generation/Bears.py 240 215 167 0 6% 38-163, 175-187, 197-201, 213-216, 228-237, 253-262, 279-307, 324-336, 348-359, 371-377, 396-412, 426-455, 466-468, 478-491, 500-543 coala_quickstart/generation/FileGlobs.py 31 24 14 0 16% 30-72 coala_quickstart/generation/InfoCollector.py 20 14 8 0 21% 16-31, 42-50 coala_quickstart/generation/InfoMapping.py 4 0 5 4 56% 8->exit, 8->exit, 8->exit, 8->exit coala_quickstart/generation/Project.py 40 28 24 0 19% 30-33, 45-66, 80, 97-102 coala_quickstart/generation/SettingsClass.py 127 109 62 0 10% 16, 30-40, 54, 68, 81-85, 112-114, 136-142, 160-173, 189-215, 226-237, 251-254, 266-269, 283-322, 339-341, 352-356 coala_quickstart/generation/SettingsFilling.py 96 85 59 0 7% 36-86, 109-121, 131-141, 159-172, 194-237, 265-282 coala_quickstart/generation/Utilities.py 84 68 57 0 11% 20-21, 32-60, 77-82, 93-110, 121-128, 138-139, 153-154, 171-177, 181-189 coala_quickstart/generation/__init__.py 0 0 0 0 100% coala_quickstart/info_extraction/Info.py 18 10 4 0 36% 24-32, 36, 40 coala_quickstart/info_extraction/InfoExtractor.py 50 36 24 0 19% 26-37, 44, 50, 61-75, 83-91, 97, 105-116 coala_quickstart/info_extraction/InfoScope.py 37 25 28 2 22% 51, 53-54, 66-84, 94-111, 50->51, 52->53 coala_quickstart/info_extraction/Information.py 63 4 0 0 94% 27, 43, 74, 138 coala_quickstart/info_extraction/Utilities.py 14 7 12 4 42% 28, 31, 37-42, 27->28, 30->31, 34->42, 35->37 coala_quickstart/info_extraction/__init__.py 0 0 0 0 100% coala_quickstart/info_extractors/EditorconfigInfoExtractor.py 45 34 34 0 14% 23, 26-84, 96-105 coala_quickstart/info_extractors/EditorconfigParsing.py 130 127 76 0 1% 215-296, 306-444 coala_quickstart/info_extractors/GemfileInfoExtractor.py 16 7 4 0 45% 16-17, 20-30 coala_quickstart/info_extractors/GruntfileInfoExtractor.py 111 95 72 0 9% 17-18, 21-55, 69-107, 129-155, 163-188, 201-223, 240-263, 276-293 coala_quickstart/info_extractors/PackageJSONInfoExtractor.py 27 17 10 0 27% 24-31, 34-61 coala_quickstart/info_extractors/Utilities.py 19 18 18 0 3% 33-67 coala_quickstart/info_extractors/__init__.py 0 0 0 0 100% coala_quickstart/interaction/Logo.py 19 15 8 0 15% 44-56, 66-72 coala_quickstart/interaction/__init__.py 0 0 0 0 100% ----------------------------------------------------------------------------------------------------------- TOTAL 1269 982 694 10 15% travis_fold:end:py-2772.cov.0 !!!!!!!!!!!!!!!!!!! Interrupted: 8 errors during collection !!!!!!!!!!!!!!!!!!!! =========================== 8 error in 5.88 seconds ============================ ```
coala --non-interactive ``` Executing section all... Executing section all.python... **** SpaceConsistencyBear [Section | Severity NORMAL] **** ! ! Line contains following spacing inconsistencies: ! ! - No newline at EOF. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 177] printer.print("'" + coafile + "' successfully generated.", color='green') [ 177] printer.print("'" + coafile + "' successfully generated.", color='green') [INFO][15:47:53] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'SpaceConsistencyBear'. Executing section all.quotes... [WARNING][15:47:54] No files matching '/home/travis/build/coala/coala-quickstart/tests/**.py' were found. If this rule is not required, you can remove it from section [all.quotes] in your .coafile to deactivate this warning. Executing section all.autopep8... **** PEP8Bear [Section | Severity NORMAL] **** ! ! The code does not comply to PEP8. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 55] <<<<<<< HEAD [ 55] [ 56] << << << < HEAD [INFO][15:48:02] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PEP8Bear'. **** PEP8Bear [Section | Severity NORMAL] **** ! ! The code does not comply to PEP8. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 61] ======= [ 62] >>>>>>> 1a5ae8e... Settings.py: Remove unused variables [ 61] == == == = [ 62] >>>>>> > 1a5ae8e... Settings.py: Remove unused variables [INFO][15:48:02] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PEP8Bear'. **** PEP8Bear [Section | Severity NORMAL] **** ! ! The code does not comply to PEP8. [----] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [++++] /home/travis/build/coala/coala-quickstart/coala_quickstart/generation/Settings.py [ 177] printer.print("'" + coafile + "' successfully generated.", color='green') [ 177] printer.print("'" + coafile + "' successfully generated.", color='green') [INFO][15:48:02] Applied 'ShowPatchAction' on 'coala_quickstart/generation/Settings.py' from 'PEP8Bear'. [WARNING][15:48:02] PycodestyleBear (E305): This result has no patch attached. [WARNING][15:48:02] PycodestyleBear (E227): This result has no patch attached. [WARNING][15:48:02] PycodestyleBear (E225): This result has no patch attached. [WARNING][15:48:02] PycodestyleBear (E113): This result has no patch attached. [WARNING][15:48:02] PycodestyleBear (E225): This result has no patch attached. [WARNING][15:48:02] PycodestyleBear (E225): This result has no patch attached. [WARNING][15:48:02] PycodestyleBear (E225): This result has no patch attached. [WARNING][15:48:02] PycodestyleBear (E225): This result has no patch attached. [WARNING][15:48:02] PycodestyleBear (E113): This result has no patch attached. [WARNING][15:48:02] PycodestyleBear (W292): This result has no patch attached. coala_quickstart/generation/Settings.py [ 55] <<<<<<<·HEAD **** PycodestyleBear (E305) [Section: all.autopep8 | Severity: NORMAL] **** ! ! E305 expected 2 blank lines after class or function definition, found 1 coala_quickstart/generation/Settings.py [ 55] <<<<<<<·HEAD **** PycodestyleBear (E227) [Section: all.autopep8 | Severity: NORMAL] **** ! ! E227 missing whitespace around bitwise or shift operator coala_quickstart/generation/Settings.py [ 55] <<<<<<<·HEAD **** PycodestyleBear (E225) [Section: all.autopep8 | Severity: NORMAL] **** ! ! E225 missing whitespace around operator coala_quickstart/generation/Settings.py [ 56] ····all_files·=·set(collect_files( **** PycodestyleBear (E113) [Section: all.autopep8 | Severity: NORMAL] **** ! ! E113 unexpected indentation coala_quickstart/generation/Settings.py [ 61] ======= **** PycodestyleBear (E225) [Section: all.autopep8 | Severity: NORMAL] **** ! ! E225 missing whitespace around operator coala_quickstart/generation/Settings.py [ 61] ======= **** PycodestyleBear (E225) [Section: all.autopep8 | Severity: NORMAL] **** ! ! E225 missing whitespace around operator coala_quickstart/generation/Settings.py [ 61] ======= **** PycodestyleBear (E225) [Section: all.autopep8 | Severity: NORMAL] **** ! ! E225 missing whitespace around operator coala_quickstart/generation/Settings.py [ 62] >>>>>>>·1a5ae8e...·Settings.py:·Remove·unused·variables **** PycodestyleBear (E225) [Section: all.autopep8 | Severity: NORMAL] **** ! ! E225 missing whitespace around operator coala_quickstart/generation/Settings.py [ 63] ····ignores·=·[] **** PycodestyleBear (E113) [Section: all.autopep8 | Severity: NORMAL] **** ! ! E113 unexpected indentation coala_quickstart/generation/Settings.py [ 177] ····printer.print("'"·+·coafile·+·"'·successfully·generated.",·color='green') **** PycodestyleBear (W292) [Section: all.autopep8 | Severity: NORMAL] **** ! ! W292 no newline at end of file Executing section all.linelength... Executing section all.yml... [WARNING][15:48:04] No files matching '/home/travis/build/coala/coala-quickstart/tests/**/*.yml' were found. If this rule is not required, you can remove it from section [all.yml] in your .coafile to deactivate this warning. Executing section cli... ```