Home
last modified time | relevance | path

Searched full:lints (Results 1 – 25 of 1507) sorted by relevance

12345678910>>...61

/external/rust/crates/pin-project-lite/tests/
Dlint.rs1 // Check interoperability with rustc and clippy lints.
7 // Note: This does not guarantee compatibility with forbidding these lints in the future.
10 // lints forbidden as a part of future_incompatible, rust_2018_compatibility, and rust_2021_compati…
14 …r attribute. and this lint is deprecated: https://doc.rust-lang.org/rustc/lints/listing/allowed-by…
47 …lanket_clippy_restriction_lints)] // this is a test, so enable all restriction lints intentionally.
/external/crosvm/.cargo/
Dconfig.toml1 # Disable clippy lints project-wide.
7 # We don't care about these lints. Okay to remain suppressed globally.
/external/angle/third_party/spirv-tools/src/source/lint/
Dlints.h26 namespace lints {
30 } // namespace lints
Dlinter.cpp17 #include "source/lint/lints.h"
54 result &= lint::lints::CheckDivergentDerivatives(context.get()); in Run()
Dlint_divergent_derivatives.cpp21 #include "source/lint/lints.h"
33 namespace lints { namespace
167 } // namespace lints
/external/deqp-deps/SPIRV-Tools/source/lint/
Dlints.h26 namespace lints {
30 } // namespace lints
Dlinter.cpp17 #include "source/lint/lints.h"
54 result &= lint::lints::CheckDivergentDerivatives(context.get()); in Run()
Dlint_divergent_derivatives.cpp21 #include "source/lint/lints.h"
33 namespace lints { namespace
167 } // namespace lints
/external/swiftshader/third_party/SPIRV-Tools/source/lint/
Dlints.h26 namespace lints {
30 } // namespace lints
Dlinter.cpp17 #include "source/lint/lints.h"
54 result &= lint::lints::CheckDivergentDerivatives(context.get()); in Run()
Dlint_divergent_derivatives.cpp21 #include "source/lint/lints.h"
33 namespace lints { namespace
167 } // namespace lints
/external/rust/beto-rust/common/
DCargo.toml16 [workspace.lints.rust]
26 [workspace.lints.clippy]
/external/bazelbuild-rules_rust/test/
Ddeps.bzl20 # https://doc.rust-lang.org/rustc/lints/levels.html
21 "--cap-lints=allow",
/external/trusty/lk/make/
Drust.mk97 # Allow all lints if the module is in external/. This matches the behavior of
100 MODULE_RUSTFLAGS += --cap-lints allow
101 MODULE_RUSTDOCFLAGS += --cap-lints allow
/external/python/bumble/.github/workflows/
Dpython-build-test.yml74 # Lints after build so what clippy needs is already built
75 - name: Rust Lints
/external/rust/crates/bincode/.github/workflows/
Drust.yml99 "lints": {
100 "name": "Lints",
/external/uwb/src/
DAndroid.bp85 lints: "android",
172 lints: "android",
243 lints: "android",
/external/rust/crates/serde_derive/src/
Dlib.rs18 // Ignored clippy lints
38 // Ignored clippy_pedantic lints
/external/bazelbuild-rules_rust/tools/rust_analyzer/3rdparty/crates/
DBUILD.serde-1.0.171.bazel44 "--cap-lints=allow",
106 "--cap-lints=allow",
DBUILD.windows_x86_64_gnullvm-0.48.0.bazel35 "--cap-lints=allow",
91 "--cap-lints=allow",
DBUILD.serde_json-1.0.102.bazel39 "--cap-lints=allow",
102 "--cap-lints=allow",
DBUILD.memchr-2.5.0.bazel39 "--cap-lints=allow",
99 "--cap-lints=allow",
DBUILD.windows_i686_gnu-0.48.0.bazel35 "--cap-lints=allow",
91 "--cap-lints=allow",
DBUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel35 "--cap-lints=allow",
91 "--cap-lints=allow",
DBUILD.proc-macro2-1.0.64.bazel39 "--cap-lints=allow",
100 "--cap-lints=allow",

12345678910>>...61