Skip to content

Add gitleaks and shellcheck to pre-commit configuration - #1689

Merged
antonwolfy merged 4 commits into
masterfrom
add_gitleaks_shellcheck
Feb 5, 2024
Merged

Add gitleaks and shellcheck to pre-commit configuration#1689
antonwolfy merged 4 commits into
masterfrom
add_gitleaks_shellcheck

Conversation

@antonwolfy

@antonwolfyantonwolfy commented Feb 5, 2024

Copy link
Copy Markdown
Contributor

The PR extends pre-commit hooks with gitleaks (a tool for detecting and preventing hardcoded secrets) and with shellcheck (a tool that gives warnings and suggestions for bash/sh shell scripts).
All detected issues were resolved.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • If this PR is a work in progress, are you filing the PR as a draft?

@antonwolfyantonwolfy self-assigned this Feb 5, 2024
@github-actions

github-actionsBot commented Feb 5, 2024

Copy link
Copy Markdown
Contributor

View rendered docs @ https://intelpython.github.io/dpnp/index.html

@vtavanavtavana left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @antonwolfy!

@antonwolfy
antonwolfy merged commit a002bde into masterFeb 5, 2024
@antonwolfy
antonwolfy deleted the add_gitleaks_shellcheck branch February 5, 2024 18:12
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@antonwolfy@vtavana