You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/finishing-touches/docstrings.md
+20-24Lines changed: 20 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -50,36 +50,32 @@ code_generation:
50
50
51
51
These software forges are supported:
52
52
53
-
- [x] Azure DevOps
54
-
- [ ] Bitbucket Cloud
55
-
- [ ] Bitbucket Data Center
56
-
- [x] GitHub
57
-
- [x] GitLab
53
+
- Azure DevOps
54
+
- GitHub
55
+
- GitLab
58
56
59
57
While Bitbucket is not officially supported, docstrings can still be generated. However, they will be posted in a comment under the pull request. Full support for Bitbucket is planned.
60
58
61
59
## Supported languages
62
60
63
61
These languages are supported:
64
62
65
-
- [x] Bash
66
-
- [x] C
67
-
- [x] C#
68
-
- [x] C++
69
-
- [x] Elixir
70
-
- [x] Go
71
-
- [ ] Haskell
72
-
- [x] Java
73
-
- [x] JavaScript
74
-
- [x] Kotlin
75
-
- [x] Lua
76
-
- [x] Php
77
-
- [x] Python
78
-
- [x] React TypeScript
79
-
- [x] Ruby
80
-
- [x] Rust
81
-
- [ ] Scala
82
-
- [x] Swift
83
-
- [x] TypeScript
63
+
- Bash
64
+
- C
65
+
- C#
66
+
- C++
67
+
- Elixir
68
+
- Go
69
+
- Java
70
+
- JavaScript
71
+
- Kotlin
72
+
- Lua
73
+
- Php
74
+
- Python
75
+
- React TypeScript
76
+
- Ruby
77
+
- Rust
78
+
- Swift
79
+
- TypeScript
84
80
85
81
CodeRabbit uses `ast-grep` to parse the code. If you want a new language to be supported, please look into [Add New Language to ast-grep](https://ast-grep.github.io/contributing/add-lang.html#add-new-language-to-ast-grep) first.
0 commit comments