This is a MegaLinter plugin for Repolinter
MegaLinter by OxSecurity is a linter tool that supports various programming languages and file formats. This repository contains a MegaLinter plugin for repolinter by TODO Group.
Repolinter is a tool that checks repositories for common issues and best practices. It is designed to be run as part of a CI/CD pipeline to ensure that repositories are following best practices.
To use this plugin, you need to have MegaLinter installed. Please refer to the MegaLinter documentation for installation instructions.
To use this plugin, add the following to your MegaLinter configuration:
PLUGINS:
- "https://raw.githubusercontent.com/wesley-dean/mega-linter-plugin-repolinter/refs/heads/main/mega-linter-plugin-repolinter/repolinter.megalinter-descriptor.yml
Simply adding the plugin to the PLUGINS
section will cause MegaLiner to read
the descriptor and make it available for use. However, depending on your
MegaLinter configuration, you may need to enable the linter in the ENABLE_LINTERS
section as well. For example:
ENABLE_LINTERS:
- "REPOSITORY_REPOLINTER"