Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 640 Bytes

shellcheck.md

File metadata and controls

42 lines (28 loc) · 640 Bytes
title sidebar_label description
ShellCheck
ShellCheck
CodeRabbit's guide to ShellCheck.
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';

<ProPlanNotice />

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