superlint/lib
Victor Martinez 7bf7ecdbd3
Merge remote-tracking branch 'upstream/master' into feature/tap-format
* 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
  ...
2020-07-07 07:37:41 +01:00
..
buildFileList.sh fixed docker bug 2020-07-06 09:39:37 -05:00
linter.sh Merge remote-tracking branch 'upstream/master' into feature/tap-format 2020-07-07 07:37:41 +01:00
possum.sh shfmt files 2020-07-01 16:46:35 -05:00
README.md adding readme 2020-06-29 11:17:25 -05:00
termColors.sh shfmt files 2020-07-01 16:46:35 -05:00
validation.sh rm dupe end brackets 2020-07-06 08:39:44 -07:00
worker.sh Merge remote-tracking branch 'upstream/master' into feature/tap-format 2020-07-07 07:37:41 +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