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 separate line lenght for RST and add back Python 2.7. #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

adiroiban
Copy link
Member

@adiroiban adiroiban commented Mar 24, 2022

This is a quick hack to support chevah/server


In an ideal world, instead of defining separate configuration option for each checker, we should define separate configuration options based on file name.

For example

[scame:options:*.py]
max_line_lenght = 80

[scame:options:*.rst]
max_line_lenght = 1000

There is a lot of work for scame , starting with using a configuration text file, instead our big hack from chevah/server/pavement.py

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.

None yet

1 participant