Skip to content

Sweep: fix pipeline #75

@philippkolbe

Description

@philippkolbe

The pipeline is throwing the following errors:

info • Don't invoke 'print' in production code • lib/agents/values_agent.dart:72:7 • avoid_print
info • Don't invoke 'print' in production code • lib/agents/values_agent.dart:73:7 • avoid_print
info • Don't invoke 'print' in production code • lib/agents/values_agent.dart:80:5 • avoid_print
info • Don't invoke 'print' in production code • lib/agents/values_agent.dart:81:5 • avoid_print
info • Don't invoke 'print' in production code • lib/agents/values_agent.dart:82:5 • avoid_print
info • Don't invoke 'print' in production code • lib/agents/values_agent.dart:84:5 • avoid_print
info • Don't invoke 'print' in production code • lib/agents/values_agent.dart:130:7 • avoid_print
info • Unnecessary 'this.' qualifier • lib/common/chat_widget.dart:30:5 • unnecessary_this
info • The imported package 'tuple' isn't a dependency of the importing package • lib/common/utils.dart:1:8 • depend_on_referenced_packages
info • Don't invoke 'print' in production code • lib/controllers/attributes_controller.dart:119:7 • avoid_print
info • Don't invoke 'print' in production code • lib/controllers/auth_controller.dart:43:7 • avoid_print
info • Don't invoke 'print' in production code • lib/controllers/auth_controller.dart:69:7 • avoid_print
info • Don't invoke 'print' in production code • lib/controllers/auth_controller.dart:78:7 • avoid_print
info • The imported package 'fake_cloud_firestore' isn't a dependency of the importing package • lib/mocks/data/firebase_test_data.dart:7:8 • depend_on_referenced_packages
info • The variable name '_$$ChallengeObjFromJson' isn't a lowerCamelCase identifier • lib/models/challenge.g.dart:9:17 • non_constant_identifier_names
info • The variable name '
$$ChallengeObjToJson' isn't a lowerCamelCase identifier • lib/models/challenge.g.dart:19:22 • non_constant_identifier_names
info • The variable name '
$$InformationObjFromJson' isn't a lowerCamelCase identifier • lib/models/information.g.dart:9:19 • non_constant_identifier_names
info • The variable name '
$$InformationObjToJson' isn't a lowerCamelCase identifier • lib/models/information.g.dart:19:22 • non_constant_identifier_names
info • The variable name '
$$PersonalityObjFromJson' isn't a lowerCamelCase identifier • lib/models/personality.g.dart:9:19 • non_constant_identifier_names
info • The variable name '
$$PersonalityObjToJson' isn't a lowerCamelCase identifier • lib/models/personality.g.dart:17:22 • non_constant_identifier_names
info • The variable name '
$$ProgressObjFromJson' isn't a lowerCamelCase identifier • lib/models/progress.g.dart:9:16 • non_constant_identifier_names
info • The variable name '
$$ProgressObjToJson' isn't a lowerCamelCase identifier • lib/models/progress.g.dart:23:22 • non_constant_identifier_names
info • The variable name '
$$ProgressEntryObjFromJson' isn't a lowerCamelCase identifier • lib/models/progress_entry.g.dart:9:21 • non_constant_identifier_names
info • The variable name '
$$ProgressEntryObjToJson' isn't a lowerCamelCase identifier • lib/models/progress_entry.g.dart:17:22 • non_constant_identifier_names
info • The variable name '
$$SummaryObjFromJson' isn't a lowerCamelCase identifier • lib/models/summary.g.dart:9:15 • non_constant_identifier_names
info • The variable name '
$$SummaryObjToJson' isn't a lowerCamelCase identifier • lib/models/summary.g.dart:16:22 • non_constant_identifier_names
info • The variable name '
$$UserFromJson' isn't a lowerCamelCase identifier • lib/models/user.g.dart:9:9 • non_constant_identifier_names
info • The variable name '
$$_UserToJson' isn't a lowerCamelCase identifier • lib/models/user.g.dart:14:22 • non_constant_identifier_names
info • Don't invoke 'print' in production code • lib/repositories/attribute_repository.dart:47:11 • avoid_print
info • Don't invoke 'print' in production code • lib/repositories/auth_repository.dart:30:7 • avoid_print
info • Don't invoke 'print' in production code • lib/repositories/auth_repository.dart:40:7 • avoid_print
info • Uses 'await' on an instance of 'DailyCardObj', which is not a subtype of 'Future' • lib/repositories/daily_card_repository.dart:73:14 • await_only_futures
warning • The value of the field '_encrypter' isn't used • lib/repositories/personality_repository.dart:27:31 • unused_field
warning • Unused import: 'package:app/providers/mood_state_provider.dart' • lib/views/create/journal_conversation_wizard.dart:7:8 • unused_import
warning • Unused import: 'package:app/views/common/mood_check_widget.dart' • lib/views/create/journal_conversation_wizard.dart:9:8 • unused_import
warning • Unused import: 'package:app/repositories/daily_card_repository.dart' • lib/views/create/journal_prompt_wizard.dart:10:8 • unused_import
info • Don't invoke 'print' in production code • lib/views/journal/journal_list_entry_widget.dart:35:11 • avoid_print
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_bot_controller_test.dart:28:32 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_bot_controller_test.dart:29:32 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_bot_controller_test.dart:39:80 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_bot_controller_test.dart:41:32 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_bot_controller_test.dart:42:32 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_bot_controller_test.dart:57:80 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_bot_controller_test.dart:58:32 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_bot_controller_test.dart:59:32 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_controller_test.dart:33:29 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_controller_test.dart:38:29 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_controller_test.dart:40:36 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_controller_test.dart:63:29 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_controller_test.dart:65:36 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_controller_test.dart:84:29 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_controller_test.dart:86:36 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_controller_test.dart:100:29 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_controller_test.dart:102:36 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_controller_test.dart:118:29 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/chat_controller_test.dart:120:36 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:29:32 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:36:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:37:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:47:37 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:53:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:54:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:56:22 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:64:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:65:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:67:22 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:88:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:90:39 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:98:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:99:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:101:22 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:112:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:126:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:136:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:137:39 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:154:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:159:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:164:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:177:25 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/journal_controller_test.dart:178:39 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/summary_controller_test.dart:37:37 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/summary_controller_test.dart:43:37 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/summary_controller_test.dart:50:37 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/summary_controller_test.dart:58:37 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/summary_controller_test.dart:66:37 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/summary_controller_test.dart:67:43 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/summary_controller_test.dart:84:37 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/summary_controller_test.dart:97:37 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/summary_controller_test.dart:105:29 • deprecated_member_use
info • 'debugState' is deprecated and shouldn't be used. Use state instead • test/controllers/summary_controller_test.dart:108:37 • deprecated_member_use

Please fix the pipeline.

Checklist
  • Modify app/lib/agents/values_agent.dart7969c9c Edit
  • Running GitHub Actions for app/lib/agents/values_agent.dartEdit
  • Modify app/lib/common/chat_widget.darta60def3 Edit
  • Running GitHub Actions for app/lib/common/chat_widget.dartEdit
  • Modify app/lib/common/utils.dart6b04940 Edit
  • Running GitHub Actions for app/lib/common/utils.dartEdit
  • Modify app/lib/mocks/data/firebase_test_data.dart3e2522e Edit
  • Running GitHub Actions for app/lib/mocks/data/firebase_test_data.dartEdit
  • Modify app/lib/repositories/attribute_repository.dart2de0935 Edit
  • Running GitHub Actions for app/lib/repositories/attribute_repository.dartEdit

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions