-
Notifications
You must be signed in to change notification settings - Fork 97
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
fix(lints): prefer_interpolation_to_compose_strings rule #163
Conversation
Hey @manjotsidhu, Review this PR! |
Pull Request Test Coverage Report for Build 1375325101
💛 - Coveralls |
@Neha62-lit the changes look good, but I wonder the lint rule is not present in analysis_options file and analyser was not throwing warnings for them ? |
We can merge this but I think we should only fix those rules which are disabled in |
Actually, I removed that rule from analysis_options.yaml file as you said before that the linter rules are true by default. |
Yes but then why we didn't got any problems in CI checks ? Do you get any warnings if you discard the changes in your pull request ? |
There are still some linter rules that I haven't put in |
No, I didn't get any warnings. |
Then why are we fixing something which is not flagged as an issue ? |
Okay, So basically there is no need of adding new linters rules as we are not getting any problems in CI checks. |
Yes, we can only deal with lint fixes that are disabled in |
Okay |
Refer #149
Fix linter rule: