Skip to content

Commit

Permalink
Fix lintint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
luizvbo committed Apr 28, 2024
1 parent 38dc108 commit af68afa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rules/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,18 +161,15 @@ pub fn get_rules() -> Vec<Rule> {
git_branch_list::get_rule(),
git_checkout::get_rule(),
git_clone::get_rule(),
git_rm_local_modifications::get_rule(),
git_clone_missing::get_rule(),
git_commit_add::get_rule(),
git_commit_amend::get_rule(),
git_push_pull::get_rule(),
git_commit_reset::get_rule(),
git_hook_bypass::get_rule(),
git_diff_no_index::get_rule(),
git_diff_staged::get_rule(),
git_fix_stash::get_rule(),
git_remote_seturl_add::get_rule(),
git_help_aliased::get_rule(),
git_hook_bypass::get_rule(),
git_main_master::get_rule(),
git_merge::get_rule(),
git_merge_unrelated::get_rule(),
Expand All @@ -183,10 +180,13 @@ pub fn get_rules() -> Vec<Rule> {
git_push::get_rule(),
git_push_different_branch_names::get_rule(),
git_push_force::get_rule(),
git_push_pull::get_rule(),
git_push_without_commits::get_rule(),
git_rebase_merge_dir::get_rule(),
git_rebase_no_changes::get_rule(),
git_remote_delete::get_rule(),
git_remote_seturl_add::get_rule(),
git_rm_local_modifications::get_rule(),
go_run::get_rule(),
gradle_wrapper::get_rule(),
grep_arguments_order::get_rule(),
Expand Down

0 comments on commit af68afa

Please sign in to comment.