Closed unixorn closed 2 years ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 1 | 0 | 0.02s | |
✅ COPYPASTE | jscpd | yes | no | 1.17s | |
✅ CREDENTIALS | secretlint | yes | no | 0.93s | |
✅ GIT | git_diff | yes | no | 0.01s | |
✅ MARKDOWN | markdownlint | 1 | 0 | 0.35s | |
✅ MARKDOWN | markdown-link-check | 1 | 0 | 1.54s | |
✅ MARKDOWN | markdown-table-formatter | 1 | 0 | 0.3s | |
❌ SPELL | cspell | 2 | 15 | 1.78s | |
✅ SPELL | misspell | 2 | 0 | 0.04s | |
✅ YAML | prettier | 1 | 0 | 1.41s | |
✅ YAML | v8r | 1 | 0 | 1.95s | |
✅ YAML | yamllint | 1 | 0 | 0.15s |
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_
Description
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