Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 688 Bytes

configuration.md

File metadata and controls

18 lines (16 loc) · 688 Bytes

check.fnl configuration

To configure check.fnl a Fennel script returning a table holding the configuration can be used. The following is a minimal example:

{:color false
 :max-line-length 100
 :checks {:style-delimiters false
          :if->when false}}

Call check.fnl with the -c option to specify the config file.

options

option type default value description
color boolean true colorize the output?
max-line-length integer 80
anonymous-docstring booleam false should anonymous functions and macros have a docstring?
checks table {} use this table to enable or disable checks