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

only set bat alias when the binary is present #124

Merged
merged 1 commit into from
Mar 3, 2024
Merged

only set bat alias when the binary is present #124

merged 1 commit into from
Mar 3, 2024

Conversation

unixorn
Copy link
Owner

@unixorn unixorn commented Mar 3, 2024

Description

only set bat alias when the binary is present

Rights

  • This repository is covered by the Apache 2.0 license (except where noted in individual scripts' source), and I agree that this PR contribution is also subject to the Apache 2.0 license.

Types of changes

  • Adding or updating utility script(s)
  • Add/update function in jpb.plugin.zsh
  • Adding link(s) to external resources
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Bug fix (non-breaking change which fixes an issue)
  • Documentation Changes
  • Test updates

Checklist

General

  • All new and existing tests passed.
  • I have added tests to cover my changes.
  • My change requires a change to the documentation.
  • I have updated Readme.md to give credit to the script author
  • I have updated Readme.md to describe what the script does
  • If a new script is not using an Apache 2.0 license, there's a link in the script source saying what license it is under.

Scripts

  • I have run pylint on all python files touched in my branch.
  • I have run rubocop on all ruby files touched in my branch.
  • I have run shellcheck on all shell scripts touched in my branch.
  • All scripts touched/added in this PR have valid shebang lines and are marked executable.
  • Any scripts added in my PR do not include language extensions in their names - no foo.sh, foo.rb or foo.py. We do not want to have to change other scripts just because something gets rewritten in a better fitting language.

Signed-off-by: Joe Block <jpb@unixorn.net>
Copy link

github-actions bot commented Mar 3, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 0.85s
✅ REPOSITORY devskim yes no 2.06s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 0.28s
✅ REPOSITORY git_diff yes no 0.02s
⚠️ REPOSITORY kics yes 1 1.43s
✅ REPOSITORY secretlint yes no 1.03s
✅ REPOSITORY syft yes no 0.3s
✅ REPOSITORY trivy-sbom yes no 1.19s
✅ REPOSITORY trufflehog yes no 5.36s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@unixorn unixorn merged commit 5e68975 into main Mar 3, 2024
5 checks passed
@unixorn unixorn deleted the add-pydoc branch March 3, 2024 16:51
Sign up for free to 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.

1 participant