mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
7bf7ecdbd3
* upstream/master: (149 commits) rm dupe end brackets fix botched merge fixed docker bug fixing insta;; hunting a bug adding some small cleanup Bump Actions-R-Us/actions-tagger from v2.0.0 to v2.0.1 Bump actions/github-script from v2.3.1 to v2 Add HTML support to super-linter Remove ARM_TTK_VERSION from ENV in Dockerfile Remove noise from ARG in Dockerfile Minor fix(1) for TestCodebase [ARM] Minor fix for TestCodebase [ARM] Update ARM Test Cases readme Minor updates following merge from upstream/master Minor bugfixes Test case updates Add `editorconfig-checker` Typo Use full version numbers for GHA Dependabot will update these automatically ... |
||
---|---|---|
.. | ||
buildFileList.sh | ||
linter.sh | ||
possum.sh | ||
README.md | ||
termColors.sh | ||
validation.sh | ||
worker.sh |
Super-Linter Library
Main script
The file linter.sh
is the main script that is called for the process and loads all other scripts as functions.
Functions
The additional files in the folder are functions to help streamline the main build process and allow for easier maintenance.
possum.sh
- Official mascot of the Super-Linter
buildFileList.sh
- Functions to help find files that were modified, or need to be scanned
validation.sh
- Logic to see what linters are enabled
worker.sh
- Calls to the various linters and the test cases for each