Skip to content
Snippets Groups Projects
Select Git revision
  • 58d65f91e46aa2174985f4728da69e5efcd9c4ce
  • master default protected
2 results

pillar.example

  • Imran Iqbal's avatar
    d50126a3
    fix(yamllint): fix (or ignore) all errrors · d50126a3
    Imran Iqbal authored
    ```bash
    tomcat-formula$ yamllint -s .
    ./pillar.example
      1:1       warning  missing document start "---"  (document-start)
      14:7      error    wrong indentation: expected 8 but found 6  (indentation)
      17:5      warning  comment not indented like content  (comments-indentation)
      23:15     warning  truthy value should be one of [false, true]  (truthy)
      26:7      warning  missing starting space in comment  (comments)
      27:22     warning  truthy value should be one of [false, true]  (truthy)
      30:7      error    wrong indentation: expected 8 but found 6  (indentation)
      33:7      error    wrong indentation: expected 8 but found 6  (indentation)
      34:9      error    wrong indentation: expected 10 but found 8  (indentation)
      50:10     warning  missing starting space in comment  (comments)
      54:22     warning  too few spaces before comment  (comments)
      54:23     warning  missing starting space in comment  (comments)
      54:89     error    line too long (104 > 88 characters)  (line-length)
      55:11     error    wrong indentation: expected 12 but found 10  (indentation)
      55:33     warning  too few spaces before comment  (comments)
      55:34     warning  missing starting space in comment  (comments)
      55:89     error    line too long (108 > 88 characters)  (line-length)
      61:13     error    wrong indentation: expected 14 but found 12  (indentation)
      67:11     error    wrong indentation: expected 12 but found 10  (indentation)
      72:13     error    wrong indentation: expected 14 but found 12  (indentation)
      77:13     error    wrong indentation: expected 14 but found 12  (indentation)
      82:89     error    line too long (126 > 88 characters)  (line-length)
      87:11     error    wrong indentation: expected 12 but found 10  (indentation)
      92:11     error    wrong indentation: expected 12 but found 10  (indentation)
      93:13     error    wrong indentation: expected 14 but found 12  (indentation)
      96:13     error    wrong indentation: expected 14 but found 12  (indentation)
      99:15     error    wrong indentation: expected 16 but found 14  (indentation)
      146:7     error    wrong indentation: expected 8 but found 6  (indentation)
      147:9     error    wrong indentation: expected 10 but found 8  (indentation)
      148:11    error    wrong indentation: expected 12 but found 10  (indentation)
      153:11    error    wrong indentation: expected 12 but found 10  (indentation)
      158:9     error    wrong indentation: expected 10 but found 8  (indentation)
      159:11    error    wrong indentation: expected 12 but found 10  (indentation)
      161:11    error    wrong indentation: expected 12 but found 10  (indentation)
      162:22    warning  truthy value should be one of [false, true]  (truthy)
      164:9     error    wrong indentation: expected 10 but found 8  (indentation)
      165:11    error    wrong indentation: expected 12 but found 10  (indentation)
      176:9     error    wrong indentation: expected 10 but found 8  (indentation)
      177:11    error    wrong indentation: expected 12 but found 10  (indentation)
      181:7     error    wrong indentation: expected 8 but found 6  (indentation)
      181:89    error    line too long (93 > 88 characters)  (line-length)
      182:9     error    wrong indentation: expected 10 but found 8  (indentation)
      183:11    error    wrong indentation: expected 12 but found 10  (indentation)
      187:89    error    line too long (96 > 88 characters)  (line-length)
      188:11    error    wrong indentation: expected 12 but found 10  (indentation)
      189:13    error    wrong indentation: expected 14 but found 12  (indentation)
      190:15    error    wrong indentation: expected 16 but found 14  (indentation)
      200:1     error    trailing spaces  (trailing-spaces)
      202:13    error    wrong indentation: expected 14 but found 12  (indentation)
      203:15    error    wrong indentation: expected 16 but found 14  (indentation)
      208:1     error    too many blank lines (3 > 0)  (empty-lines)
    
    ./.kitchen.docker.yml
      6:30      error    no new line character at the end of file  (new-line-at-end-of-file)
    
    ./tomcat/defaults.yaml
      3:1       warning  missing document start "---"  (document-start)
      12:28     warning  missing starting space in comment  (comments)
      28:4      warning  missing starting space in comment  (comments)
      29:22     error    too few spaces after comma  (commas)
      37:4      warning  missing starting space in comment  (comments)
    
    ./tomcat/osmap.yaml
      3:1       warning  missing document start "---"  (document-start)
      55:4      warning  missing starting space in comment  (comments)
      56:15     error    empty value in block mapping  (empty-values)
      58:2      error    syntax error: expected <block end>, but found '{' (syntax)
      58:3      warning  too few spaces before comment  (comments)
      58:4      warning  missing starting space in comment  (comments)
      59:1      error    wrong indentation: expected 3 but found 0  (indentation)
      60:7      error    wrong indentation: expected 5 but found 6  (indentation)
      60:8      warning  too few spaces before comment  (comments)
      60:89     error    line too long (89 > 88 characters)  (line-length)
      61:10     warning  too few spaces before comment  (comments)
      62:7      error    wrong indentation: expected 10 but found 6  (indentation)
      62:8      warning  too few spaces before comment  (comments)
      63:10     warning  too few spaces before comment  (comments)
      64:7      error    wrong indentation: expected 10 but found 6  (indentation)
      64:8      warning  too few spaces before comment  (comments)
      65:3      error    wrong indentation: expected 8 but found 2  (indentation)
      65:11     error    too many spaces inside braces  (braces)
      65:92     error    too many spaces inside braces  (braces)
      65:89     error    line too long (94 > 88 characters)  (line-length)
      66:3      error    wrong indentation: expected 8 but found 2  (indentation)
      66:8      error    cannot infer indentation: unexpected token  (indentation)
      66:12     error    too many spaces inside braces  (braces)
      66:94     error    too many spaces inside braces  (braces)
      66:89     error    line too long (96 > 88 characters)  (line-length)
      68:3      error    wrong indentation: expected 8 but found 2  (indentation)
      68:12     error    cannot infer indentation: unexpected token  (indentation)
      68:16     error    too many spaces inside braces  (braces)
      68:32     error    too many spaces inside braces  (braces)
      69:3      error    wrong indentation: expected 8 but found 2  (indentation)
      69:10     error    cannot infer indentation: unexpected token  (indentation)
      70:6      error    cannot infer indentation: unexpected token  (indentation)
      71:6      error    cannot infer indentation: unexpected token  (indentation)
      72:13     error    cannot infer indentation: unexpected token  (indentation)
      73:11     error    cannot infer indentation: unexpected token  (indentation)
      74:14     error    cannot infer indentation: unexpected token  (indentation)
      75:23     error    cannot infer indentation: unexpected token  (indentation)
      76:16     error    cannot infer indentation: unexpected token  (indentation)
      77:10     error    cannot infer indentation: unexpected token  (indentation)
      78:16     error    cannot infer indentation: unexpected token  (indentation)
      79:16     error    cannot infer indentation: unexpected token  (indentation)
      80:18     error    cannot infer indentation: unexpected token  (indentation)
      82:4      warning  missing starting space in comment  (comments)
      83:3      error    wrong indentation: expected 8 but found 2  (indentation)
      84:3      error    wrong indentation: expected 10 but found 2  (indentation)
      84:15     error    cannot infer indentation: unexpected token  (indentation)
      85:18     error    cannot infer indentation: unexpected token  (indentation)
      87:4      warning  missing starting space in comment  (comments)
      88:3      error    wrong indentation: expected 8 but found 2  (indentation)
      89:5      error    wrong indentation: expected 10 but found 4  (indentation)
    
    ./tomcat/codenamemap.yaml
      1:1       warning  missing document start "---"  (document-start)
    ```
    fix(yamllint): fix (or ignore) all errrors
    Imran Iqbal authored
    ```bash
    tomcat-formula$ yamllint -s .
    ./pillar.example
      1:1       warning  missing document start "---"  (document-start)
      14:7      error    wrong indentation: expected 8 but found 6  (indentation)
      17:5      warning  comment not indented like content  (comments-indentation)
      23:15     warning  truthy value should be one of [false, true]  (truthy)
      26:7      warning  missing starting space in comment  (comments)
      27:22     warning  truthy value should be one of [false, true]  (truthy)
      30:7      error    wrong indentation: expected 8 but found 6  (indentation)
      33:7      error    wrong indentation: expected 8 but found 6  (indentation)
      34:9      error    wrong indentation: expected 10 but found 8  (indentation)
      50:10     warning  missing starting space in comment  (comments)
      54:22     warning  too few spaces before comment  (comments)
      54:23     warning  missing starting space in comment  (comments)
      54:89     error    line too long (104 > 88 characters)  (line-length)
      55:11     error    wrong indentation: expected 12 but found 10  (indentation)
      55:33     warning  too few spaces before comment  (comments)
      55:34     warning  missing starting space in comment  (comments)
      55:89     error    line too long (108 > 88 characters)  (line-length)
      61:13     error    wrong indentation: expected 14 but found 12  (indentation)
      67:11     error    wrong indentation: expected 12 but found 10  (indentation)
      72:13     error    wrong indentation: expected 14 but found 12  (indentation)
      77:13     error    wrong indentation: expected 14 but found 12  (indentation)
      82:89     error    line too long (126 > 88 characters)  (line-length)
      87:11     error    wrong indentation: expected 12 but found 10  (indentation)
      92:11     error    wrong indentation: expected 12 but found 10  (indentation)
      93:13     error    wrong indentation: expected 14 but found 12  (indentation)
      96:13     error    wrong indentation: expected 14 but found 12  (indentation)
      99:15     error    wrong indentation: expected 16 but found 14  (indentation)
      146:7     error    wrong indentation: expected 8 but found 6  (indentation)
      147:9     error    wrong indentation: expected 10 but found 8  (indentation)
      148:11    error    wrong indentation: expected 12 but found 10  (indentation)
      153:11    error    wrong indentation: expected 12 but found 10  (indentation)
      158:9     error    wrong indentation: expected 10 but found 8  (indentation)
      159:11    error    wrong indentation: expected 12 but found 10  (indentation)
      161:11    error    wrong indentation: expected 12 but found 10  (indentation)
      162:22    warning  truthy value should be one of [false, true]  (truthy)
      164:9     error    wrong indentation: expected 10 but found 8  (indentation)
      165:11    error    wrong indentation: expected 12 but found 10  (indentation)
      176:9     error    wrong indentation: expected 10 but found 8  (indentation)
      177:11    error    wrong indentation: expected 12 but found 10  (indentation)
      181:7     error    wrong indentation: expected 8 but found 6  (indentation)
      181:89    error    line too long (93 > 88 characters)  (line-length)
      182:9     error    wrong indentation: expected 10 but found 8  (indentation)
      183:11    error    wrong indentation: expected 12 but found 10  (indentation)
      187:89    error    line too long (96 > 88 characters)  (line-length)
      188:11    error    wrong indentation: expected 12 but found 10  (indentation)
      189:13    error    wrong indentation: expected 14 but found 12  (indentation)
      190:15    error    wrong indentation: expected 16 but found 14  (indentation)
      200:1     error    trailing spaces  (trailing-spaces)
      202:13    error    wrong indentation: expected 14 but found 12  (indentation)
      203:15    error    wrong indentation: expected 16 but found 14  (indentation)
      208:1     error    too many blank lines (3 > 0)  (empty-lines)
    
    ./.kitchen.docker.yml
      6:30      error    no new line character at the end of file  (new-line-at-end-of-file)
    
    ./tomcat/defaults.yaml
      3:1       warning  missing document start "---"  (document-start)
      12:28     warning  missing starting space in comment  (comments)
      28:4      warning  missing starting space in comment  (comments)
      29:22     error    too few spaces after comma  (commas)
      37:4      warning  missing starting space in comment  (comments)
    
    ./tomcat/osmap.yaml
      3:1       warning  missing document start "---"  (document-start)
      55:4      warning  missing starting space in comment  (comments)
      56:15     error    empty value in block mapping  (empty-values)
      58:2      error    syntax error: expected <block end>, but found '{' (syntax)
      58:3      warning  too few spaces before comment  (comments)
      58:4      warning  missing starting space in comment  (comments)
      59:1      error    wrong indentation: expected 3 but found 0  (indentation)
      60:7      error    wrong indentation: expected 5 but found 6  (indentation)
      60:8      warning  too few spaces before comment  (comments)
      60:89     error    line too long (89 > 88 characters)  (line-length)
      61:10     warning  too few spaces before comment  (comments)
      62:7      error    wrong indentation: expected 10 but found 6  (indentation)
      62:8      warning  too few spaces before comment  (comments)
      63:10     warning  too few spaces before comment  (comments)
      64:7      error    wrong indentation: expected 10 but found 6  (indentation)
      64:8      warning  too few spaces before comment  (comments)
      65:3      error    wrong indentation: expected 8 but found 2  (indentation)
      65:11     error    too many spaces inside braces  (braces)
      65:92     error    too many spaces inside braces  (braces)
      65:89     error    line too long (94 > 88 characters)  (line-length)
      66:3      error    wrong indentation: expected 8 but found 2  (indentation)
      66:8      error    cannot infer indentation: unexpected token  (indentation)
      66:12     error    too many spaces inside braces  (braces)
      66:94     error    too many spaces inside braces  (braces)
      66:89     error    line too long (96 > 88 characters)  (line-length)
      68:3      error    wrong indentation: expected 8 but found 2  (indentation)
      68:12     error    cannot infer indentation: unexpected token  (indentation)
      68:16     error    too many spaces inside braces  (braces)
      68:32     error    too many spaces inside braces  (braces)
      69:3      error    wrong indentation: expected 8 but found 2  (indentation)
      69:10     error    cannot infer indentation: unexpected token  (indentation)
      70:6      error    cannot infer indentation: unexpected token  (indentation)
      71:6      error    cannot infer indentation: unexpected token  (indentation)
      72:13     error    cannot infer indentation: unexpected token  (indentation)
      73:11     error    cannot infer indentation: unexpected token  (indentation)
      74:14     error    cannot infer indentation: unexpected token  (indentation)
      75:23     error    cannot infer indentation: unexpected token  (indentation)
      76:16     error    cannot infer indentation: unexpected token  (indentation)
      77:10     error    cannot infer indentation: unexpected token  (indentation)
      78:16     error    cannot infer indentation: unexpected token  (indentation)
      79:16     error    cannot infer indentation: unexpected token  (indentation)
      80:18     error    cannot infer indentation: unexpected token  (indentation)
      82:4      warning  missing starting space in comment  (comments)
      83:3      error    wrong indentation: expected 8 but found 2  (indentation)
      84:3      error    wrong indentation: expected 10 but found 2  (indentation)
      84:15     error    cannot infer indentation: unexpected token  (indentation)
      85:18     error    cannot infer indentation: unexpected token  (indentation)
      87:4      warning  missing starting space in comment  (comments)
      88:3      error    wrong indentation: expected 8 but found 2  (indentation)
      89:5      error    wrong indentation: expected 10 but found 4  (indentation)
    
    ./tomcat/codenamemap.yaml
      1:1       warning  missing document start "---"  (document-start)
    ```