atsign-foundation / at_demos

Various demos of Atsign's technology in action
https://docs.atsign.com
BSD 3-Clause "New" or "Revised" License
46 stars 28 forks source link

`dart analyze` warning on at_data_share #145

Closed cpswan closed 10 months ago

cpswan commented 11 months ago

Describe the bug

Analyzing at_data_share...             2.6s

warning • lib/src/util/command_line_parser.dart:11:21 • The operand can't be null, so the condition is always
          'true'. Remove the condition. • unnecessary_null_comparison

Steps to reproduce

  1. First I cd at_data_share
  2. Then I dart pub get
  3. And then dart analyze

Expected behavior

No warnings