Skip to content

hype8912/check-toml-megalinter-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Check TOML

This linter is for validating TOML configuration files using MegaLinter as a plugin.

This linter plugin is a combination of two linters check-toml from pre-commit-hooks and toml-validator.

Usage

In the .mega-linter.yml of your project add the following lines.

PLUGINS:
  - https://raw.githubusercontent.com/hype8912/check-toml-megalinter-plugin/main/mega-linter-plugin-checktoml/checktoml.megalinter-descriptor.yml

Configuration

You can disable the linter plugin by two ways

  1. Completely remove or comment out the line from the .mega-linter.yml file.

  2. Set the TOML checks to disabled in the .mega-linter.yml file or in the actions file. Refer to the MegaLinter Activation and deactivation for more information.

DISABLE: TOML

You can disable the individual linters in the .mega-linter.yml file or in the actions file. Refer to the MegaLinter Activation and deactivation for more information.

DISABLE_LINTERS: check-toml,toml-validator

About

Plugin for megalinter to check toml files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published