Skip to content

Gitmate bot patch 1 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[test]
files = .coafile
use_spaces=true
bears = SpaceConsistencyBear
Copy link
Owner

Choose a reason for hiding this comment

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

Line contains following spacing inconsistencies:

  • Trailing whitespaces.

Origin: SpaceConsistencyBear, Section: test.

The issue can be fixed by applying the following patch:

--- a/.coafile
+++ b/.coafile
@@ -1,4 +1,4 @@
 [test]
 files = .coafile
 use_spaces=true
-bears = SpaceConsistencyBear 
+bears = SpaceConsistencyBear

Choose a reason for hiding this comment

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