Closed unixorn closed 5 months ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ COPYPASTE | jscpd | yes | no | 0.73s | |
✅ CREDENTIALS | secretlint | yes | no | 0.84s | |
✅ GIT | git_diff | yes | no | 0.01s | |
:warning: MARKDOWN | markdownlint | 2 | 2 | 0.28s | |
✅ MARKDOWN | markdown-link-check | 2 | 0 | 0.47s | |
✅ MARKDOWN | markdown-table-formatter | 2 | 0 | 0.29s | |
✅ SPELL | misspell | 2 | 0 | 0.04s |
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
Type of changes
Cosmetic
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