File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -176,23 +176,32 @@ const sidebars: SidebarsConfig = {
176
176
"tools/list" ,
177
177
"tools/actionlint" ,
178
178
"tools/biome" ,
179
+ "tools/brakeman" ,
179
180
"tools/buf" ,
181
+ "tools/checkmake" ,
180
182
"tools/checkov" ,
181
183
"tools/circleci" ,
184
+ "tools/clippy" ,
182
185
"tools/cppcheck" ,
183
186
"tools/detekt" ,
187
+ "tools/dotenv" ,
184
188
"tools/eslint" ,
189
+ "tools/flake8" ,
185
190
"tools/gitleaks" ,
186
191
"tools/golangci-lint" ,
187
192
"tools/hadolint" ,
193
+ "tools/htmlhint" ,
188
194
"tools/languagetool" ,
189
195
"tools/luacheck" ,
190
196
"tools/markdownlint" ,
191
197
"tools/oxlint" ,
198
+ "tools/phpcs" ,
199
+ "tools/phpmd" ,
192
200
"tools/phpstan" ,
193
201
"tools/pipeline-remediation" ,
194
202
"tools/pmd" ,
195
203
"tools/prisma-lint" ,
204
+ "tools/pylint" ,
196
205
"tools/regal" ,
197
206
"tools/rubocop" ,
198
207
"tools/ruff" ,
@@ -201,15 +210,6 @@ const sidebars: SidebarsConfig = {
201
210
"tools/sqlfluff" ,
202
211
"tools/swiftlint" ,
203
212
"tools/yamllint" ,
204
- "tools/flake8" ,
205
- "tools/pylint" ,
206
- "tools/dotenv" ,
207
- "tools/htmlhint" ,
208
- "tools/checkmake" ,
209
- "tools/phpmd" ,
210
- "tools/phpcs" ,
211
- "tools/brakeman" ,
212
- "tools/clippy" ,
213
213
] ,
214
214
} ,
215
215
"reference/caching" ,
You can’t perform that action at this time.
0 commit comments