Skip to content

Instantly share code, notes, and snippets.

@sks444
Created February 17, 2018 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sks444/124252787b6ad08b7776b43b4c1ce2e6 to your computer and use it in GitHub Desktop.
Save sks444/124252787b6ad08b7776b43b4c1ce2e6 to your computer and use it in GitHub Desktop.
(djangoapi) shrikrishna@shrikrishna-Inspiron-3543:~/Desktop/DjangoAPI$ coala --files=**/*.py --bears=SpaceConsistencyBear,PEP8Bear --apply-patches --save
[WARNING][17:20:08] 'cli' is an internally reserved section name. It may have been generated into your coafile while running coala with `--save`. The settings in that section will inherit implicitly to all sections as defaults just like CLI args do.Please change the name of that section in your coafile to avoid any unexpected behavior.
Executing section cli...
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/admin.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/migrations/0004_notification.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/migrations/0003_following.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/migrations/0003_following.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/serializers.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/soc_api/__init__.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/migrations/0001_initial.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/soc_api/settings.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/soc_api/settings.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/soc_api/settings.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/migrations/0002_newspaper.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/urls.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/views.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/views.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/views.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/views.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/models.py' from 'PEP8Bear'.
[INFO][17:20:09] Applied 'ApplyPatchAction' on 'soc_api/account/models.py' from 'PEP8Bear'.
(djangoapi) shrikrishna@shrikrishna-Inspiron-3543:~/Desktop/DjangoAPI$ cat .coafile
[cli]
bears = SpaceConsistencyBear,PEP8Bear
files = **/*.py
use_spaces = True
default_actions = *: ApplyPatchAction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment