summaryrefslogtreecommitdiff
path: root/etc/evergreen_lint.yml
blob: 11ae37493e1360104b896d66e6a436d3ad8a37c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# These paths are relative to the directory containing this configuration file
files:
    - evergreen.yml

rules:
    # this is a list of all rules available, their parameters, and their
    # default values. Comment out a rule to disable it
    - rule: "limit-keyval-inc"
      # the maximum number of keyval.inc commands to allow in your YAML
      limit: 4
    - rule: "shell-exec-explicit-shell"
    - rule: "no-working-dir-on-shell"
    - rule: "no-shell-exec"
    - rule: "no-multiline-expansions-update"
    - rule: "invalid-build-parameter"
    - rule: "required-expansions-write"
      regex: .*\/evergreen\/.*\.sh