Closed unixorn closed 2 years ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ COPYPASTE | jscpd | yes | no | 1.23s | |
✅ CREDENTIALS | secretlint | yes | no | 1.21s | |
✅ GIT | git_diff | yes | no | 0.01s | |
:warning: MARKDOWN | markdownlint | 1 | 1 | 0.38s | |
✅ MARKDOWN | markdown-link-check | 1 | 0 | 1.04s | |
✅ MARKDOWN | markdown-table-formatter | 1 | 0 | 0.33s | |
❌ SPELL | cspell | 2 | 60 | 1.94s | |
✅ SPELL | misspell | 2 | 0 | 0.05s |
See errors details in artifact Mega-Linter reports on GitHub Action page
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 1 | 0 | 0.01s | |
✅ COPYPASTE | jscpd | yes | no | 1.26s | |
✅ CREDENTIALS | secretlint | yes | no | 1.06s | |
✅ GIT | git_diff | yes | no | 0.01s | |
:warning: MARKDOWN | markdownlint | 1 | 1 | 0.42s | |
✅ MARKDOWN | markdown-link-check | 1 | 0 | 0.87s | |
✅ MARKDOWN | markdown-table-formatter | 1 | 0 | 0.34s | |
✅ SPELL | misspell | 3 | 0 | 0.05s | |
✅ YAML | prettier | 1 | 0 | 1.32s | |
✅ YAML | v8r | 1 | 0 | 1.5s | |
✅ YAML | yamllint | 1 | 0 | 0.17s |
See errors details in artifact MegaLinter reports on CI Job page
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
Description
~/homebrew/bin
and~/homebrew/sbin
to cope when homebrew is installed in a user's home directory. Closes https://github.com/unixorn/lima-xbar-plugin/issues/28/usr/local/sbin
,/opt/homebrew/sbin
,/opt/local/sbin
,~/bin
and~/sbin
directories too.Type of changes
Checklist
#!/usr/bin/env interpreter
instead of potentially platform-specific direct paths (#!/bin/sh
and#!/bin/bash
are allowed exceptions)bash
,python
,ruby
or whatever. Not including file extensions makes it easier to rewrite the script in another language later without having to change every reference to the previous version.License Acceptance