Closed unixorn closed 2 years ago
Code Climate has analyzed commit 11cb518b and detected 0 issues on this pull request.
View more on Code Climate.
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ COPYPASTE | jscpd | yes | no | 0.93s | |
✅ CREDENTIALS | secretlint | yes | no | 1.1s | |
✅ GIT | git_diff | yes | no | 0.01s | |
✅ MARKDOWN | markdownlint | 1 | 0 | 0.29s | |
✅ MARKDOWN | markdown-table-formatter | 1 | 0 | 0.24s | |
✅ SPELL | misspell | 3 | 0 | 0.03s |
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
Per
shellcheck
, replaceegrep
withgrep -E
.Type of changes
Copyright Assignment
Checklist
git commit --amend --no-edit --signoff
to amend an existing commit, and you can find more details about signing off commits on the DCO GitHub action page here#!/usr/bin/env interpreter
instead of direct paths (#!/bin/sh
is an allowed exception)