-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: Upgrade to DCM 1.21.0 #658
Conversation
I think it's pretty useful and follows our convention. I would enable that. |
I was doubting about those two. I'll have to do a breaking refactor in |
Here is the list of the default prefixes defined in this rule: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On a side note would you be able to bump http in remote logger if you get the chance? It's quite outdated and forces us to override the version for kiosk. It also seems to keep throwing errors in development with not being able to find the domain.
@ookami-kb, |
Fix linter issues
Look like |
@@ -54,6 +54,7 @@ class BaseDropdownTile extends StatelessWidget { | |||
padding: EdgeInsets.only(right: tokens.spacing200), | |||
child: CheckboxTick( | |||
isEnabled: true, | |||
// ignore: prefer-boolean-prefixes, DCM bug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we just add _
to ignored-names
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ignored-names
is for methods
Set ignored-names (default is empty) to ignore specific function / method names.
I've tried, no luck
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I've reported it back to DCM, let's have it ignored for now.
Summary
New enabled rules:
New unused rules:
Testing steps
None
Follow-up issues
None
Check during review