Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bormilan committed Oct 7, 2024
1 parent ec36ca9 commit 6164e12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/style_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
verify_no_specs/1, verify_export_used_types/1, verify_consistent_variable_casing/1,
verify_no_match_in_condition/1, verify_param_pattern_matching/1,
verify_private_data_types/1, verify_unquoted_atoms/1, verify_no_init_lists/1]).

%% -elvis attribute
-export([verify_elvis_attr_atom_naming_convention/1, verify_elvis_attr_numeric_format/1,
verify_elvis_attr_dont_repeat_yourself/1, verify_elvis_attr_function_naming_convention/1,
Expand Down Expand Up @@ -1455,8 +1454,7 @@ verify_no_init_lists(Config) ->

FailPath = "fail_verify_no_init_lists." ++ Ext,

[_] =
elvis_core_apply_rule(Config, elvis_style, no_init_lists, #{}, FailPath),
[_] = elvis_core_apply_rule(Config, elvis_style, no_init_lists, #{}, FailPath),

PassPath = "pass_verify_no_init_lists." ++ Ext,

Expand Down

0 comments on commit 6164e12

Please sign in to comment.