Skip to content

Instantly share code, notes, and snippets.

@Dhiraj240
Last active October 13, 2018 08:59
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 Dhiraj240/0f616043081ddf289af465204efb73cc to your computer and use it in GitHub Desktop.
Save Dhiraj240/0f616043081ddf289af465204efb73cc to your computer and use it in GitHub Desktop.
Command Line Output After Running coala on my project.

I generated a .coafile where it saved SpaceConsistencyBear

The above command adjusted the Space in my .py file.

Now after running coala --non-interactive on my project, i got following output...

(coalae) C:\Users\LENOVO\Desktop\thug\slackbot>coala --non-interactive
[WARNING][14:25:38] 'cli' is an internally reserved section name. It may have be
en generated into your coafile while running coala with `--save`. The settings i
n 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 un
expected behavior.
Executing section cli...
Executing section all.Markdown...

Which provided that everything related to the Space in .py file is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment