Closed christophherr closed 7 years ago
The three options would be to try to reduce the characters per line, exclude the line length rule or add your own line length standard.
@christophherr It can also be fixed like you can break line from commas or you can use .
to concat a large statement by breaking it into smaller sub strings.
@ankitjain28may No problem. Just wanted to know how you want to handle it. Of course, now that there are more lines, the coverage has decreased and that fails the build...
@christophherr No problem, Thanks for fixing this, Would you like to write the tests for the project ?
@ankitjain28may Thanks. I'll see if I can add some tests.
@christophherr You can use Laravel/dusk to write tests for the project.
Warnings about "Line exceeding 85 characters" are still being shown. Related issue: #4