-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file: enable and fix latest team lints #1669
Conversation
PR HealthBreaking changes ✔️
Changelog Entry ✔️
Changes to files need to be accounted for in their respective changelogs.
Coverage
|
File | Coverage |
---|---|
pkgs/file/example/main.dart | 💔 Not covered |
pkgs/file/lib/chroot.dart | 💔 Not covered |
pkgs/file/lib/file.dart | 💔 Not covered |
pkgs/file/lib/local.dart | 💔 Not covered |
pkgs/file/lib/memory.dart | 💔 Not covered |
pkgs/file/lib/src/backends/chroot.dart | 💔 Not covered |
pkgs/file/lib/src/backends/chroot/chroot_directory.dart | 💚 65 % ⬆️ 1 % |
pkgs/file/lib/src/backends/chroot/chroot_file.dart | 💚 68 % |
pkgs/file/lib/src/backends/chroot/chroot_file_system.dart | 💚 80 % |
pkgs/file/lib/src/backends/chroot/chroot_file_system_entity.dart | 💚 71 % |
pkgs/file/lib/src/backends/chroot/chroot_link.dart | 💚 79 % |
pkgs/file/lib/src/backends/chroot/chroot_random_access_file.dart | 💚 100 % |
pkgs/file/lib/src/backends/local/local_directory.dart | 💚 100 % |
pkgs/file/lib/src/backends/local/local_file.dart | 💚 100 % |
pkgs/file/lib/src/backends/local/local_file_system.dart | 💚 79 % |
pkgs/file/lib/src/backends/local/local_file_system_entity.dart | 💚 64 % |
pkgs/file/lib/src/backends/local/local_link.dart | 💚 100 % |
pkgs/file/lib/src/backends/memory/clock.dart | 💚 100 % |
pkgs/file/lib/src/backends/memory/common.dart | 💚 100 % |
pkgs/file/lib/src/backends/memory/memory_directory.dart | 💔 99 % ⬇️ 0 % |
pkgs/file/lib/src/backends/memory/memory_file.dart | 💔 94 % ⬇️ 0 % |
pkgs/file/lib/src/backends/memory/memory_file_stat.dart | 💚 50 % |
pkgs/file/lib/src/backends/memory/memory_file_system.dart | 💔 94 % ⬇️ 0 % |
pkgs/file/lib/src/backends/memory/memory_file_system_entity.dart | 💚 93 % |
pkgs/file/lib/src/backends/memory/memory_link.dart | 💔 96 % ⬇️ 0 % |
pkgs/file/lib/src/backends/memory/memory_random_access_file.dart | 💚 77 % |
pkgs/file/lib/src/backends/memory/node.dart | 💔 98 % ⬇️ 0 % |
pkgs/file/lib/src/backends/memory/operations.dart | 💚 91 % |
pkgs/file/lib/src/backends/memory/style.dart | 💚 100 % |
pkgs/file/lib/src/backends/memory/utils.dart | 💚 97 % |
pkgs/file/lib/src/forwarding/forwarding_directory.dart | 💚 88 % |
pkgs/file/lib/src/forwarding/forwarding_file.dart | 💚 76 % |
pkgs/file/lib/src/forwarding/forwarding_file_system.dart | 💔 0 % ⬇️ NaN % |
pkgs/file/lib/src/forwarding/forwarding_file_system_entity.dart | 💚 61 % |
pkgs/file/lib/src/forwarding/forwarding_link.dart | 💚 86 % |
pkgs/file/lib/src/forwarding/forwarding_random_access_file.dart | 💚 45 % |
pkgs/file/lib/src/interface.dart | 💔 Not covered |
pkgs/file/lib/src/interface/error_codes.dart | 💚 15 % |
pkgs/file/lib/src/interface/file_system.dart | 💚 70 % |
pkgs/file/lib/src/io.dart | 💔 Not covered |
This check for test coverage is informational (issues shown here will not fail the PR).
This check can be disabled by tagging the PR with skip-coverage-check
.
API leaks ✔️
The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.
Package | Leaked API symbols |
---|
License Headers ✔️
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files |
---|
no missing headers |
All source files should start with a license header.
Unrelated files missing license headers
Files |
---|
pkgs/bazel_worker/benchmark/benchmark.dart |
pkgs/bazel_worker/example/client.dart |
pkgs/bazel_worker/example/worker.dart |
pkgs/bazel_worker/lib/src/worker_protocol.pb.dart |
pkgs/benchmark_harness/integration_test/perf_benchmark_test.dart |
pkgs/boolean_selector/example/example.dart |
pkgs/clock/lib/clock.dart |
pkgs/clock/lib/src/clock.dart |
pkgs/clock/lib/src/default.dart |
pkgs/clock/lib/src/stopwatch.dart |
pkgs/clock/lib/src/utils.dart |
pkgs/clock/test/clock_test.dart |
pkgs/clock/test/default_test.dart |
pkgs/clock/test/stopwatch_test.dart |
pkgs/clock/test/utils.dart |
pkgs/html/example/main.dart |
pkgs/html/lib/dom.dart |
pkgs/html/lib/dom_parsing.dart |
pkgs/html/lib/html_escape.dart |
pkgs/html/lib/parser.dart |
pkgs/html/lib/src/constants.dart |
pkgs/html/lib/src/encoding_parser.dart |
pkgs/html/lib/src/html_input_stream.dart |
pkgs/html/lib/src/list_proxy.dart |
pkgs/html/lib/src/query_selector.dart |
pkgs/html/lib/src/token.dart |
pkgs/html/lib/src/tokenizer.dart |
pkgs/html/lib/src/treebuilder.dart |
pkgs/html/lib/src/utils.dart |
pkgs/html/test/dom_test.dart |
pkgs/html/test/parser_feature_test.dart |
pkgs/html/test/parser_test.dart |
pkgs/html/test/query_selector_test.dart |
pkgs/html/test/selectors/level1_baseline_test.dart |
pkgs/html/test/selectors/level1_lib.dart |
pkgs/html/test/selectors/selectors.dart |
pkgs/html/test/support.dart |
pkgs/html/test/tokenizer_test.dart |
No description provided.