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

pylint updates #487

Closed
6 tasks
hepcat72 opened this issue Aug 10, 2022 · 0 comments · Fixed by #488
Closed
6 tasks

pylint updates #487

hepcat72 opened this issue Aug 10, 2022 · 0 comments · Fixed by #488
Labels
type:feature New feature or request

Comments

@hepcat72
Copy link
Collaborator

FEATURE REQUEST

Inspiration

There's a new version of pylint used by superlinter and GH runs hit errors related to it.

Description

Update the .pylintrc file.

Alternatives

non

Dependencies

none

Comment

References for the errors shown in the GH builds:

unknown-option-value and useless-option-value

no-space-check


ISSUE OWNER SECTION

Assumptions

  • List of assumptions that the code will not explicitly address/check
  • E.g. We will assume input is correct (explaining why there is no validation)

Requirements

  • 1. List of numbered conditions to be met for the feature
  • 2. E.g. Every column/row must display a value, i.e. cannot be empty
  • 3. Numbers for reference & checkboxes for progress tracking

Limitations

  • A list of things this work will specifically not do
  • E.g. This feature will only handle the most frequent use case X

Affected Components

A tentative list of anticipated repository items that will be changed, labeled
with "add", "delete", or "change". One item per line. (Mostly, this will be a
list of files.)

  • change: File path or DB table ...
  • add: Environment variable or server setting
  • delete: External executable or cron job

DESIGN

Interface Change description

Describe changes to usage. E.g. GUI/command-line changes

Code Change Description

Describe code changes planned for the feature. (Pseudocode encouraged)

Tests

  • 1. A description of at least one test for each requirement above.
  • 2. E.g. Test for req 2 that there's an exception when display value is ''
  • 3. Numbers for reference & checkboxes for progress tracking
@hepcat72 hepcat72 added the type:feature New feature or request label Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant