Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

AlexSkrypnyk/shell-var-lint

Repository files navigation

The functionality of this utility was moved to https://github.com/AlexSkrypnyk/shellvar

Project logo

shell-var-lint

GitHub Issues GitHub Pull Requests Test codecov GitHub release (latest by date) LICENSE Renovate


Lint and fix shell vars to ${VAR} format.

Features

  • Report on shell variables that are not in ${VAR} format.
  • Fix shell variables that are not in ${VAR} format.

Installation

composer require --dev alexskrypnyk/shell-var-lint

Usage

# Lint file.
vendor/bin/shell-var-lint <file>

# Fix file.
vendor/bin/shell-var-lint <file> --fix

Maintenance

composer install
composer lint
composer test