Skip to content

Commit

Permalink
chore: rename AutoFixable to AutoFix
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichan044 committed Mar 6, 2025
1 parent 5e7093d commit 2aec0cd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cli/action/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ export const listAction = defineAction(async ({ core, logger }) => {
return;
}

const tableData = [
["Rule", "Files", "Violations", "AutoFixable"],
...todoTable,
];
const tableData = [["Rule", "Files", "Violations", "AutoFix"], ...todoTable];

logger.log.raw(table(tableData));

Expand Down

0 comments on commit 2aec0cd

Please sign in to comment.