-
Notifications
You must be signed in to change notification settings - Fork 178
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
FAQ.rst : Adding information about missing test. #591
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,6 +136,11 @@ our master branch. Right now we use 7 of those checks: | |
it all documented | ||
`here <http://api.coala.io/en/latest/Developers/Review.html>`_. | ||
|
||
- **review/gitmate/manual/pr** This is a manual process in which the pull request | ||
can be reviewed by any coala member. Once the pull request is reviewed and | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Line contains following spacing inconsistencies:
Origin: SpaceConsistencyBear, Section: The issue can be fixed by applying the following patch: --- a/tmp/tmpx3uh_vlp/Help/FAQ.rst
+++ b/tmp/tmpx3uh_vlp/Help/FAQ.rst
@@ -137,7 +137,7 @@
`here <http://api.coala.io/en/latest/Developers/Review.html>`_.
- **review/gitmate/manual/pr** This is a manual process in which the pull request
- can be reviewed by any coala member. Once the pull request is reviewed and
+ can be reviewed by any coala member. Once the pull request is reviewed and
approved, it is ready to be merged into the master branch. Post approval, it will
be labeled with a ``process`` label marked as ``approved``.
|
||
approved, it is ready to be merged into the master branch. Post approval, it will | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Line contains following spacing inconsistencies:
Origin: SpaceConsistencyBear, Section: The issue can be fixed by applying the following patch: --- a/tmp/tmpx3uh_vlp/Help/FAQ.rst
+++ b/tmp/tmpx3uh_vlp/Help/FAQ.rst
@@ -138,7 +138,7 @@
- **review/gitmate/manual/pr** This is a manual process in which the pull request
can be reviewed by any coala member. Once the pull request is reviewed and
- approved, it is ready to be merged into the master branch. Post approval, it will
+ approved, it is ready to be merged into the master branch. Post approval, it will
be labeled with a ``process`` label marked as ``approved``.
- **codecov/project** This one checks whether all your code is being tested. We There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Line is longer than allowed. (84 > 79) Origin: LineLengthBear, Section: |
||
be labeled with a ``process`` label marked as ``approved``. | ||
|
||
- **codecov/project** This one checks whether all your code is being tested. We | ||
cannot merge anything that may not work or may broke somewhere, so to avoid | ||
obvious bugs we use this. To fix it, write doctests or unittests for your | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is longer than allowed. (81 > 79)
Origin: LineLengthBear, Section:
docs
.