File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ <h3 id="lint-selected-file-for-google-style-guide">Lint selected file for google
380
380
< li > < strong > Name:</ strong > < code class ="language-plaintext highlighter-rouge "> Cpplint File</ code > </ li >
381
381
< li > < strong > Description:</ strong > < code class ="language-plaintext highlighter-rouge "> Apply cpplint to the current file</ code > </ li >
382
382
< li > < strong > Program:</ strong > < code class ="language-plaintext highlighter-rouge "> bazel</ code > </ li >
383
- < li > < strong > Arguments:</ strong > < code class ="language-plaintext highlighter-rouge "> run @styleguide //:cpplint -- --output=eclipse
383
+ < li > < strong > Arguments:</ strong > < code class ="language-plaintext highlighter-rouge "> run @cpplint_internal //:cpplint -- --output=eclipse
384
384
$FilePath$</ code > </ li >
385
385
< li > < strong > Working directory:</ strong > < code class ="language-plaintext highlighter-rouge "> $Projectpath$</ code > </ li >
386
386
< li > < strong > Advanced Options:</ strong > Confirm < code class ="language-plaintext highlighter-rouge "> Open console for tool output</ code > is checked</ li >
@@ -443,7 +443,7 @@ <h3 id="alternative-linting-configuration">Alternative linting configuration</h3
443
443
444
444
< p > Building the google styleguide lint tool:</ p >
445
445
446
- < p > < code class ="language-plaintext highlighter-rouge "> bazel build @styleguide //:cpplint</ code > </ p >
446
+ < p > < code class ="language-plaintext highlighter-rouge "> bazel build @cpplint_internal //:cpplint</ code > </ p >
447
447
448
448
< p > < strong > Drake style addenda</ strong > </ p >
449
449
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
203
203
< td > Ubuntu 22.04 LTS (Jammy Jellyfish)</ td >
204
204
< td > x86_64</ td >
205
205
< td > 3.10</ td >
206
- < td > 8.3 </ td >
206
+ < td > 8.4 </ td >
207
207
< td > 3.22</ td >
208
208
< td > GCC 11 (default) or Clang 15</ td >
209
209
< td > OpenJDK 11</ td >
@@ -212,7 +212,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
212
212
< td > Ubuntu 24.04 LTS (Noble Numbat)</ td >
213
213
< td > x86_64</ td >
214
214
< td > 3.12</ td >
215
- < td > 8.3 </ td >
215
+ < td > 8.4 </ td >
216
216
< td > 3.28</ td >
217
217
< td > GCC 13 (default) or Clang 19</ td >
218
218
< td > OpenJDK 21</ td >
@@ -221,7 +221,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
221
221
< td > macOS Sonoma (14)</ td >
222
222
< td > arm64</ td >
223
223
< td > 3.13</ td >
224
- < td > 8.3 </ td >
224
+ < td > 8.4 </ td >
225
225
< td > 4.1</ td >
226
226
< td > Apple LLVM 16 (Xcode 16.2)</ td >
227
227
< td > OpenJDK 23</ td >
@@ -230,7 +230,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
230
230
< td > macOS Sequoia (15)</ td >
231
231
< td > arm64</ td >
232
232
< td > 3.13</ td >
233
- < td > 8.3 </ td >
233
+ < td > 8.4 </ td >
234
234
< td > 4.1</ td >
235
235
< td > Apple LLVM 17 (Xcode 16.4)</ td >
236
236
< td > OpenJDK 23</ td >
You can’t perform that action at this time.
0 commit comments