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 analysis_options and pkg:pedantic lints #4

Merged
merged 1 commit into from
Sep 11, 2018
Merged

add analysis_options and pkg:pedantic lints #4

merged 1 commit into from
Sep 11, 2018

Conversation

kevmoo
Copy link
Member

@kevmoo kevmoo commented Sep 11, 2018

No description provided.

@kevmoo kevmoo requested review from jakemac53 and samogot September 11, 2018 20:00
@kevmoo kevmoo merged commit dbf862c into master Sep 11, 2018
@kevmoo kevmoo deleted the lints branch September 11, 2018 20:10
@@ -8,4 +8,5 @@ environment:
sdk: ">=2.0.0 <3.0.0"

dev_dependencies:
pedantic: 1.1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missed this earlier - should this be ^1.1.0 to accept new versions?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to keep this locked hard so we don't have no lints sprung on us causing a break?

Is adding a lint considered breaking?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO it should be treated along the lines of @deprecated. If package:pedantic is published with new lints our travis will go red until we address it, which is fine.

@kevmoo
Copy link
Member Author

kevmoo commented Sep 11, 2018 via email

mosuem pushed a commit to dart-lang/tools that referenced this pull request Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants