superlint/lib
Lucas Gravley 995e2fc6bf fix find
2020-11-04 12:52:07 -06:00
..
buildFileList.sh fix find 2020-11-04 12:52:07 -06:00
linter.sh Use the already-defined linter names array to print linter versions 2020-11-04 10:26:05 +01:00
linterVersions.sh Fix SC2128 2020-11-04 10:26:09 +01:00
log.sh Add notice warn and error log levels 2020-10-28 19:08:01 -05:00
possum.sh fixed the cool guy 2020-08-03 14:14:54 -05:00
README.md Format Markdown 2020-07-21 12:08:05 -05:00
validate-docker.sh Fix shellcheck 2020-10-30 20:27:20 -05:00
validation.sh Move validation to build time 2020-10-30 15:06:12 -05:00
worker.sh Fix command output echo text 2020-11-04 14:18:45 +01:00

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