diff --git a/CHANGELOG.md b/CHANGELOG.md index 606045ac4300..5fcb2e6419f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom ### CLI - Fix [#1512](https://github.com/biomejs/biome/issues/1512) by skipping verbose diagnostics from the count. Contributed by @ematipico +- Don't handle CSS files, the formatter isn't ready yet. Contributed by @ematipico ### Configuration diff --git a/crates/biome_cli/tests/cases/overrides_formatter.rs b/crates/biome_cli/tests/cases/overrides_formatter.rs index e6151a71b34c..f92264a1955e 100644 --- a/crates/biome_cli/tests/cases/overrides_formatter.rs +++ b/crates/biome_cli/tests/cases/overrides_formatter.rs @@ -235,6 +235,7 @@ fn does_include_file_with_different_overrides() { } #[test] +#[ignore = "Enable when we are ready to handle CSS files"] fn does_include_file_with_different_languages() { let mut console = BufferConsole::default(); let mut fs = MemoryFileSystem::default(); @@ -291,6 +292,7 @@ fn does_include_file_with_different_languages() { } #[test] +#[ignore = "Enable when we are ready to handle CSS files"] fn does_include_file_with_different_languages_and_files() { let mut console = BufferConsole::default(); let mut fs = MemoryFileSystem::default(); diff --git a/crates/biome_cli/tests/commands/format.rs b/crates/biome_cli/tests/commands/format.rs index d1c8c439b2a9..a7b6d8b77c5c 100644 --- a/crates/biome_cli/tests/commands/format.rs +++ b/crates/biome_cli/tests/commands/format.rs @@ -623,6 +623,7 @@ fn applies_custom_quote_style() { } #[test] +#[ignore = "Enable when we are ready to handle CSS files"] fn applies_custom_css_quote_style() { let mut fs = MemoryFileSystem::default(); let mut console = BufferConsole::default(); diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_formatting.snap b/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_formatting.snap index f40b921a7b6d..1629d6942631 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_formatting.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_formatting.snap @@ -33,9 +33,7 @@ expression: content ## `input.css` ```css -html { -} - +html {} ``` ## `input.js` @@ -112,7 +110,7 @@ biome.json:20:17 deserialize DEPRECATED ━━━━━━━━━━━━ ``` ```block -Formatted 3 file(s) in