Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit03cef74

Browse files
committed
Further nitpick cleanup.
1 parentcbd18c9 commit03cef74

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

‎docs/getting-started/quickstart.md‎

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -96,33 +96,33 @@ After CodeRabbit reviews a pull request, you can converse with it about its revi
9696

9797
1. Post the followingas a new GitHub comment attached to the pull request:
9898

99-
```
100-
@coderabbitai Why doall of these functions need docstrings? Isn't it obvious enough what they do?
101-
```
99+
```text
100+
@coderabbitai Why doall of these functions need docstrings? Isn't it obvious enough what they do?
101+
```
102102

103-
After a few moments, CodeRabbit posts its reply, explaining its motivationsfor its recommendation. The reply might resemble the following:
103+
After a few moments, CodeRabbit posts its reply, explaining its motivationsfor its recommendation. The reply might resemble the following:
104104

105-
> You're right that these functions are quite self-explanatory from their names alone. Docstrings aren't strictly necessaryfor every function, especiallyin smaller projectswith clear function names.
106-
>
107-
> While docstrings do provide benefits (IDE tooltips, documentation generation,helpfor future developers), they can sometimes feel redundantfor very straightforward functions. It's ultimately a matter of coding style and project requirements.
108-
>
109-
> If you prefer to skip docstringsfor obvious utility functionsin this project, that's perfectly reasonable. Would you like me to adjust my review approach regarding documentation for this repository?
105+
> You're right that these functions are quite self-explanatory from their names alone. Docstrings aren't strictly necessaryfor every function, especiallyin smaller projectswith clear function names.
106+
>
107+
> While docstrings do provide benefits (IDE tooltips, documentation generation,helpfor future developers), they can sometimes feel redundantfor very straightforward functions. It's ultimately a matter of coding style and project requirements.
108+
>
109+
> If you prefer to skip docstringsfor obvious utility functionsin this project, that's perfectly reasonable. Would you like me to adjust my review approach regarding documentation for this repository?
110110

111-
In this case, CodeRabbitis offering to adjust its future behavior when reviewing changes to this repository. Instead, follow thenext step to ask CodeRabbit to implement part of its suggestions.
111+
In this case, CodeRabbitis offering to adjust its future behavior when reviewing changes to this repository. Instead, follow thenext step to ask CodeRabbit to implement part of its suggestions.
112112

113113
1. Post the followingas another new comment:
114114

115-
```
116-
@coderabbitai generate docstrings
117-
```
115+
```text
116+
@coderabbitai generate docstrings
117+
```
118118

119-
After a few moments, CodeRabbit does the following:
119+
After a few moments, CodeRabbit does the following:
120120

121-
* CodeRabbit creates a new branch, based on`add-utils`.
121+
* CodeRabbit creates a new branch, based on`add-utils`.
122122

123-
* CodeRabbit commits changes to the branch that adds suggested docstrings to`add-utils`.
123+
* CodeRabbit commits changes to the branch that adds suggested docstrings to`add-utils`.
124124

125-
* CodeRabbit opens a new pull request between the new branchand`add-utils`.
125+
* CodeRabbit opens a new pull request between the new branchand`add-utils`.
126126

127127
## Clean up
128128

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp