-
Notifications
You must be signed in to change notification settings - Fork 12
Linting Workflow #275
Copy link
Copy link
Open
Description
The GitHub action for linting should be adjusted. The linting.yml calls pylint. The pylint configuration should be adjusted to accommodate some non-breaking errors (such as line length, lines in module, and number of local variables, training whitespace, number of branches, ). Sometimes it makes sense to break these as hard rules, so the set values should be increased to more reasonable levels.
JS Linter should also be updated to make sure that these rules match.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog