Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 962 Bytes

README.wiki

File metadata and controls

44 lines (30 loc) · 962 Bytes

Front page

Floppah

Normal

Italic

Bold

Bold Italic

Strikeout

Underlined

Mono

Refs and shit

Hello[1] World![2] Hello again![1][3]

shell=sh
external-sources=true
<br/>
Optional checks
enable=avoid-nullary-conditions
enable=check-extra-masked-returns
enable=deprecate-which
enable=require-double-brackets
<br/>
Solaris 8-9 compatibility
disable=SC2006  # Don't suggest $(…) instead of `…`
disable=SC2021  # Ignore bracketed tr(1) ranges

Don't suggest explicit “-n” operators in tests
disable=SC2244