Skip to content

Commit

Permalink
Rename missed parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
vova-beloded-solid committed Nov 10, 2023
1 parent 4caad01 commit d7ee27d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class MemberOrderingParameters {
static const _orderConfig = 'order';
static const _widgetsOrderConfig = 'widgets_order';
static const _alphabetizeConfig = 'alphabetize';
static const _alphabetizeByTypeConfig = 'alphabetize-by-type';
static const _alphabetizeByTypeConfig = 'alphabetize_by_type';

/// Config used for members of regular class
final List<MemberGroup> groupsOrder;
Expand Down
2 changes: 1 addition & 1 deletion lint_test/alphabetize_by_type_test/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ analyzer:
custom_lint:
rules:
- member_ordering:
alphabetize-by-type: true
alphabetize_by_type: true

0 comments on commit d7ee27d

Please sign in to comment.