Skip to content

Commit

Permalink
Remove eslint from LUV blocklist (#809)
Browse files Browse the repository at this point in the history
Turns out this wasn't WAI because when the LUV version was too low, we
were using the fallback that queries npm latest. Regardless, removing
this so that LUV will now be properly up to date. Otherwise eslint stuff
is WAI
  • Loading branch information
TylerJang27 authored Jun 25, 2024
1 parent 7c7266d commit 8dc28bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/parse/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ const RESULTS_FILE = path.resolve(REPO_ROOT, "results.json");
const FAILURES_FILE = path.resolve(REPO_ROOT, "failures.json");
const RERUN_FILE = path.resolve(REPO_ROOT, "reruns.txt");

// TODO(Tyler): Remove this blocklist once eslint-friendly release is out.
const VALIDATED_LINTER_BLOCKLIST = ["eslint"];
const VALIDATED_LINTER_BLOCKLIST: string[] = [];

const RUN_ID = process.env.RUN_ID ?? "";
const TEST_REF = process.env.TEST_REF ?? "latest release";
Expand Down

0 comments on commit 8dc28bd

Please sign in to comment.