Skip to content

Update pylint_check.py to check individual files #1685

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

Merged
merged 1 commit into from
Mar 7, 2021

Conversation

jgoeders
Copy link
Contributor

@jgoeders jgoeders commented Mar 7, 2021

In the past pylint_check.py could only run on the entire repository. Now you can provide arguments to individual files to check. While you could always manually call pylint on your individual files, our script has certain rules that are ignored, so it's better to provide this functionality through the script.

Closes #1683

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Types of changes

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

@github-actions github-actions bot added the docs Documentation label Mar 7, 2021
@jgoeders jgoeders linked an issue Mar 7, 2021 that may be closed by this pull request
@jgoeders jgoeders merged commit ce725b0 into verilog-to-routing:master Mar 7, 2021
@jgoeders jgoeders deleted the pylint_args branch March 7, 2021 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/dev/pylint_check.py should take file arguments
1 participant