Skip to content

Commit

Permalink
Modify Pylint Disable Command
Browse files Browse the repository at this point in the history
Signed-off-by: Uday Beswal <[email protected]>
  • Loading branch information
UdBe committed Oct 14, 2024
1 parent 3d787c3 commit 447f08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ib_pipelines_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def init_csv_file(self):
"Pipeline Time Created", "Pipeline ID", "Pipeline URL",
"rapidfort-scan Status", "Project Name"
])
# pylint: disable=too-many-positional-arguments
# pylint: disable=R0913, R0917
def write_to_csv(self, pipeline_time_created, pipeline_id, pipeline_web_url,
rf_scan_status, project_name):
"""
Expand Down

0 comments on commit 447f08b

Please sign in to comment.