Skip to content

Commit

Permalink
test: result of just gen-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Vo Hoang Long committed Aug 19, 2024
1 parent dececc2 commit bb08a91
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/biome_js_analyze/src/assists.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! Generated file, do not edit by hand, see `xtask/codegen`
pub mod nursery;
pub mod source;
::biome_analyze::declare_category! { pub Assists { kind : Action , groups : [self :: source :: Source ,] } }
::biome_analyze::declare_category! { pub Assists { kind : Action , groups : [self :: nursery :: Nursery , self :: source :: Source ,] } }
11 changes: 11 additions & 0 deletions crates/biome_js_analyze/src/assists/nursery.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//! Generated file, do not edit by hand, see `xtask/codegen`
use biome_analyze::declare_assists_group;

declare_assists_group! {
pub Nursery {
name : "nursery" ,
rules : [
]
}
}

0 comments on commit bb08a91

Please sign in to comment.