Skip to content
Snippets Groups Projects
Select Git revision
  • 3c0568c749a636d59f50df4f8a0f96047edb6b09
  • 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

Blame
    • 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)
      ```
    GeneratedPluginRegistrant.swift 628 B
    //
    //  Generated file. Do not edit.
    //
    
    import FlutterMacOS
    import Foundation
    
    import cloud_firestore
    import firebase_auth
    import firebase_core
    import path_provider_foundation
    
    func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
      FLTFirebaseFirestorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseFirestorePlugin"))
      FLTFirebaseAuthPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAuthPlugin"))
      FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
      PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
    }