Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 550 Bytes

shellcheck.md

File metadata and controls

37 lines (25 loc) · 550 Bytes
title sidebar_label description sidebar_position
ShellCheck
ShellCheck
CodeRabbit's guide to ShellCheck.
1

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