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

Manual fixes of selected issues raised by lint #74

Draft
wants to merge 10 commits into
base: main-next
Choose a base branch
from

Commits on Mar 30, 2023

  1. Autofix lint issues using Verible

    Linted with verible-verilog-lint v0.0-3110-gbb28b0b4
    
    Signed-off-by: Rafal Kolucki <[email protected]>
    koluckirafal committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    fbe7629 View commit details
    Browse the repository at this point in the history
  2. Fix parameter-name-style lint issue

    Signed-off-by: Rafal Kolucki <[email protected]>
    koluckirafal committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    1808e30 View commit details
    Browse the repository at this point in the history
  3. Fix module-parameter lint issue

    Signed-off-by: Rafal Kolucki <[email protected]>
    koluckirafal committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    66f5036 View commit details
    Browse the repository at this point in the history
  4. Fix plusarg-assignment lint issue

    Signed-off-by: Rafal Kolucki <[email protected]>
    koluckirafal committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    4009164 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Fix package-filename lint issue

    Signed-off-by: Rafal Kolucki <[email protected]>
    koluckirafal committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    77fc987 View commit details
    Browse the repository at this point in the history
  2. Fix invalid-system-task-function lint issue

    Signed-off-by: Rafal Kolucki <[email protected]>
    koluckirafal committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    eb37a04 View commit details
    Browse the repository at this point in the history
  3. lint: waive module-filename rule for libraries

    Signed-off-by: Rafal Kolucki <[email protected]>
    koluckirafal committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8779a34 View commit details
    Browse the repository at this point in the history
  4. Fix unpacked-dimensions-range-ordering lint issue

    Signed-off-by: Rafal Kolucki <[email protected]>
    koluckirafal committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a2ff458 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34e23ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e2dd79 View commit details
    Browse the repository at this point in the history