Skip to content

Commit

Permalink
fix: sonart issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Sep 7, 2024
1 parent 24054d1 commit ca90f2a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion audit/apps/audit/src/checkers/async/http-system-checker.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { execSync } from 'node:child_process';
import puppeteer from 'puppeteer';

type Checker = (
Expand Down
1 change: 0 additions & 1 deletion audit/apps/audit/src/parsers/file-system-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export class FileSystemParser {
isTypescriptProject,
];
#crawler: any;
constructor() {}

parse(rootPath: string) {
return this.#parsers.map((parser) => parser(rootPath));
Expand Down

0 comments on commit ca90f2a

Please sign in to comment.