Staging
v0.5.0
swh:1:snp:3696fb26f0c579a234848ab703fa9aaebaf4e39f
Raw File
build.yaml
targets:
  $default:
    builders:
      source_gen|combining_builder:
        options:
          ignore_for_file:
            - implicit_dynamic_parameter
            - cast_nullable_to_non_nullable
            - require_trailing_commas
            - lines_longer_than_80_chars
      json_serializable:
        options:
          field_rename: snake
          create_to_json: false
          checked: true
back to top