Skip to content
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

Add ignores to generated file #139

Closed
MarcinusX opened this issue Jul 23, 2020 · 0 comments · Fixed by #142
Closed

Add ignores to generated file #139

MarcinusX opened this issue Jul 23, 2020 · 0 comments · Fixed by #142

Comments

@MarcinusX
Copy link
Contributor

Suggested by Diego on Slack:

I want to know if it's possible to add someone "ignores" in the generated file. I see in others generators that consider that cases. I use the package "lint" and it gave me some errors..
Always that regenerate the file I need to paste these ignores:

// ignore_for_file: unused_import
// ignore_for_file: directives_ordering
// ignore_for_file: type_annotate_public_apis
// ignore_for_file: prefer_const_constructors
// ignore_for_file: invalid_assignment
// ignore_for_file: argument_type_not_assignable
// ignore_for_file: prefer_const_constructors_in_immutables
// ignore_for_file: avoid_return_types_on_setters
// ignore_for_file: avoid_setters_without_getters
// ignore_for_file: sort_child_properties_last
// ignore_for_file: prefer_const_literals_to_create_immutables
// ignore_for_file: prefer_generic_function_type_aliases
// ignore_for_file: prefer_conditional_assignment
// ignore_for_file: avoid_unused_constructor_parameters
// ignore_for_file: prefer_typing_uninitialized_variables
// ignore_for_file: curly_braces_in_flow_control_structures
@MarcinusX MarcinusX added this to the July milestone Jul 30, 2020
@MarcinusX MarcinusX added this to To do in Current week via automation Jul 30, 2020
@MarcinusX MarcinusX moved this from To do to In progress in Current week Jul 30, 2020
Current week automation moved this from In progress to Done Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Current week
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant