Skip to content

Commit

Permalink
chore(challenge): refine reports (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos authored Nov 19, 2023
1 parent 74784a4 commit 4b987eb
Show file tree
Hide file tree
Showing 49 changed files with 6,830 additions and 1,503 deletions.
5 changes: 5 additions & 0 deletions crates/biome_formatter_test/src/diff_report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,18 @@ impl DiffReport {
"deferred-import-evaluation", // `import defer` syntax
"source-phase-imports", // `import source` syntax
"import-reflection", // `import module` syntax
"explicit-resource-management",
// Embedded languages in template literals
"html-like",
"js/multiparser",
"js/range/issue-7082.js",
"js/template-literals/css-prop.js",
"js/template-literals/styled",
"js/last-argument-expansion/embed.js",
"typescript/as/as-const-embedded.ts",
"js/last-argument-expansion/embed.js",
"typescript/as/as-const-embedded.ts",
"styled-components",
];

patterns.iter().any(|pattern| file_name.contains(pattern))
Expand Down
Loading

0 comments on commit 4b987eb

Please sign in to comment.