Skip to content
Snippets Groups Projects
Select Git revision
  • 70e5b435d621a348d6086555f41b5788881a4c95
  • master default
  • v0.52.5
  • v0.52.4
  • v0.52.3
  • v0.52.2
  • v0.52.1
  • v0.52.0
  • v0.51.0
  • v0.50.0
  • v0.49.0
11 results

defaults.yaml

  • Imran Iqbal's avatar
    2322ff67
    ci(yamllint): add rule `empty-values` & use new `yaml-files` setting · 2322ff67
    Imran Iqbal authored
    * Semi-automated using https://github.com/myii/ssf-formula/pull/27
    * Fix (or ignore) errors shown below:
    
    ```bash
    mysql-formula$ yamllint -s .
    ./mysql/osfamilymap.yaml
      46:14     error    empty value in block mapping  (empty-values)
      66:14     error    empty value in block mapping  (empty-values)
      67:14     error    empty value in block mapping  (empty-values)
      68:16     error    empty value in block mapping  (empty-values)
      69:17     error    empty value in block mapping  (empty-values)
      70:16     error    empty value in block mapping  (empty-values)
      87:7      error    empty value in block mapping  (empty-values)
      216:14    error    empty value in block mapping  (empty-values)
      217:17    error    empty value in block mapping  (empty-values)
    
    ./mysql/defaults.yaml
      29:10     error    empty value in block mapping  (empty-values)
      30:11     error    empty value in block mapping  (empty-values)
    ```
    ci(yamllint): add rule `empty-values` & use new `yaml-files` setting
    Imran Iqbal authored
    * Semi-automated using https://github.com/myii/ssf-formula/pull/27
    * Fix (or ignore) errors shown below:
    
    ```bash
    mysql-formula$ yamllint -s .
    ./mysql/osfamilymap.yaml
      46:14     error    empty value in block mapping  (empty-values)
      66:14     error    empty value in block mapping  (empty-values)
      67:14     error    empty value in block mapping  (empty-values)
      68:16     error    empty value in block mapping  (empty-values)
      69:17     error    empty value in block mapping  (empty-values)
      70:16     error    empty value in block mapping  (empty-values)
      87:7      error    empty value in block mapping  (empty-values)
      216:14    error    empty value in block mapping  (empty-values)
      217:17    error    empty value in block mapping  (empty-values)
    
    ./mysql/defaults.yaml
      29:10     error    empty value in block mapping  (empty-values)
      30:11     error    empty value in block mapping  (empty-values)
    ```