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

Fix long comment lines not caught by lint #306

Merged
merged 2 commits into from
Mar 13, 2023

Conversation

mkorbel1
Copy link
Contributor

@mkorbel1 mkorbel1 commented Mar 9, 2023

Description & Motivation

There are some comment lines in logic_value.dart which are longer than 80 characters. They were not caught by the lint. Filed this issue on the linter (dart-lang/linter#4126), but for now just fix these ones.

Also, fixing a race condition in the FSM tests that happened to fail in this PR that had to do with tmp_test directory creation.

Related Issue(s)

Linter bug: dart-lang/linter#4126

Testing

No, just comment changes, and linter doesn't work.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

Changes doc slightly since comment was reformatted.

@mkorbel1 mkorbel1 merged commit 4ed4662 into intel:main Mar 13, 2023
@mkorbel1 mkorbel1 deleted the fix_lv_comment_format branch March 13, 2023 17:42
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.

1 participant