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

80 character line limit off by one #57

Closed
Vighnesh-V opened this issue Sep 7, 2020 · 0 comments · Fixed by #58
Closed

80 character line limit off by one #57

Vighnesh-V opened this issue Sep 7, 2020 · 0 comments · Fixed by #58

Comments

@Vighnesh-V
Copy link
Contributor

Vighnesh-V commented Sep 7, 2020

Describe the bug
The 80 character line limit check marks the wrong line in an off-by-one error.

To Reproduce
Steps to reproduce the behavior:

  1. Open HW1 Box in codio
  2. Run linter.
  3. Both have off-by-one errors.

Expected behavior
Probably an issue with the fact that Stream.from zero indexes lines, but editors use 1-indexing for line numbers.

Screenshots

image

image

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 a pull request may close this issue.

1 participant