Skip to content
Snippets Groups Projects
Select Git revision
  • 828c4dfdda113dcf5bf0343849007216027ecba2
  • master default protected
  • rednatco-v2
  • rednatco
  • test
  • ntc-tube-uniform-color
  • ntc-tube-missing-atoms
  • restore-vertex-array-per-program
  • watlas2
  • dnatco_new
  • cleanup-old-nodejs
  • webmmb
  • fix_auth_seq_id
  • update_deps
  • ext_dev
  • ntc_balls
  • nci-2
  • plugin
  • bugfix-0.4.5
  • nci
  • servers
  • v0.5.0-dev.1
  • v0.4.5
  • v0.4.4
  • v0.4.3
  • v0.4.2
  • v0.4.1
  • v0.4.0
  • v0.3.12
  • v0.3.11
  • v0.3.10
  • v0.3.9
  • v0.3.8
  • v0.3.7
  • v0.3.6
  • v0.3.5
  • v0.3.4
  • v0.3.3
  • v0.3.2
  • v0.3.1
  • v0.3.0
41 results

sequence.ts

Blame
  • analysis_options.yaml 1.01 KiB
    # This file configures the static analysis results for your project (errors,
    # warnings, and lints).
    #
    # This enables the 'recommended' set of lints from `package:lints`.
    # This set helps identify many issues that may lead to problems when running
    # or consuming Dart code, and enforces writing Dart using a single, idiomatic
    # style and format.
    #
    # If you want a smaller set of lints you can change this to specify
    # 'package:lints/core.yaml'. These are just the most critical lints
    # (the recommended set includes the core lints).
    # The core lints are also what is used by pub.dev for scoring packages.
    
    include: package:lints/recommended.yaml
    
    # Uncomment the following section to specify additional rules.
    
    # linter:
    #   rules:
    #     - camel_case_types
    
    # analyzer:
    #   exclude:
    #     - path/to/excluded/files/**
    
    # For more information about the core and recommended set of lints, see
    # https://dart.dev/go/core-lints
    
    # For additional information about configuring this file, see
    # https://dart.dev/guides/language/analysis-options