Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 530 Bytes

shellcheck.md

File metadata and controls

36 lines (24 loc) · 530 Bytes
title sidebar_label description
ShellCheck
ShellCheck
CodeRabbit's guide to ShellCheck.

ShellCheck is a linter for shell scripts.

Files

ShellCheck will run on files with the following extensions:

  • .sh
  • .bash
  • .ksh
  • .dash

Configuration

CodeRabbit will use the following settings based on the profile selected:

Chill

--severity=warning

Assertive

--severity=style

Links