Skip to content

Commit

Permalink
green_mode_core.py: Fix unnecessary new line
Browse files Browse the repository at this point in the history
unnecessary new line is removed
  • Loading branch information
Ishaan29 committed Jan 7, 2019
1 parent b05a839 commit 39029f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coala_quickstart/green_mode/green_mode_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def green_mode(project_dir: str, ignore_globs, bears, bear_settings_obj,
The maximum number of values to run the bear again and again for
a optional setting.
"""

ignore_globs.append(os.path.join(project_dir, '.git', '**'))
project_data = project_dir + os.sep + PROJECT_DATA

Expand Down

0 comments on commit 39029f7

Please sign in to comment.