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

line too long in doc string #105

Closed
wpoely86 opened this issue Apr 24, 2019 · 0 comments
Closed

line too long in doc string #105

wpoely86 opened this issue Apr 24, 2019 · 0 comments

Comments

@wpoely86
Copy link
Contributor

For the doc string of https://github.com/hpcugent/vsc-jobs/blob/master/lib/vsc/jobs/moab/showq.py#L149 (and others) I get line too long errors in the tests.

In my opinion, those longs lines are not an issue (it's xml in a doc string). But I cannot find any way around it except to add #pylint: disable=line-too-long to every line which makes the whole thing unreadable.

Can we let pylint skip an entire block?

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

No branches or pull requests

1 participant