Skip to content

Commit

Permalink
docs: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Josmithr authored Oct 3, 2024
1 parent 88563cb commit 3738538
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/api-markdown-documenter/src/commands/lint-api-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export default class LintApiModelCommand extends Command {
return messageOrError;
}

// TODO: what is the right way to plumb logs through oclif?
let logger: Logger = {
...silentLogger,
};
Expand Down Expand Up @@ -155,7 +154,7 @@ function writeReferenceErrors(
): void {
const sortedErrors = sortReferenceErrors(referenceErrors);

// Write errors by package
// Group errors by package->api-item
documentWriter.ensureNewLine();
for (const [packageName, packageErrors] of sortedErrors) {
documentWriter.writeLine(`${packageName}:`);
Expand Down

0 comments on commit 3738538

Please sign in to comment.