Home
last modified time | relevance | path

Searched full:linter (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/spirv-tools/source/lint/
Dlinter.cpp15 #include "spirv-tools/linter.hpp"
19 struct Linter::Impl {
30 Linter::Linter(spv_target_env env) : impl_(new Impl(env)) {} in Linter() function in spvtools::Linter
32 Linter::~Linter() {} in ~Linter()
34 void Linter::SetMessageConsumer(MessageConsumer consumer) { in SetMessageConsumer()
38 const MessageConsumer& Linter::consumer() const { in consumer()
42 bool Linter::Run(const uint32_t* binary, size_t binary_size) { in Run()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
Dlinter.cpp15 #include "spirv-tools/linter.hpp"
26 struct Linter::Impl {
37 Linter::Linter(spv_target_env env) : impl_(new Impl(env)) {} in Linter() function in spvtools::Linter
39 Linter::~Linter() {} in ~Linter()
41 void Linter::SetMessageConsumer(MessageConsumer consumer) { in SetMessageConsumer()
45 const MessageConsumer& Linter::Consumer() const { in Consumer()
49 bool Linter::Run(const uint32_t* binary, size_t binary_size) { in Run()
/third_party/skia/third_party/externals/spirv-tools/source/lint/
Dlinter.cpp15 #include "spirv-tools/linter.hpp"
26 struct Linter::Impl {
37 Linter::Linter(spv_target_env env) : impl_(new Impl(env)) {} in Linter() function in spvtools::Linter
39 Linter::~Linter() {} in ~Linter()
41 void Linter::SetMessageConsumer(MessageConsumer consumer) { in SetMessageConsumer()
45 const MessageConsumer& Linter::Consumer() const { in Consumer()
49 bool Linter::Run(const uint32_t* binary, size_t binary_size) { in Run()
/third_party/node/deps/npm/node_modules/har-validator/
DREADME.md5 [![super linter][super-linter-img]][super-linter-url]
15 [super-linter-url]: https://github.com/ahmadnassri/node-har-validator/actions?query=workflow%3Asupe…
16 [super-linter-img]: https://github.com/ahmadnassri/node-har-validator/workflows/super-linter/badge.…
/third_party/flutter/engine/flutter/
Danalysis_options.yaml27 linter:
31 # https://github.com/dart-lang/linter/blob/master/example/all.yaml
54 # - avoid_returning_this # https://github.com/dart-lang/linter/issues/842
58 # - avoid_types_as_parameter_names # https://github.com/dart-lang/linter/pull/954/files
60 # - avoid_unused_constructor_parameters # https://github.com/dart-lang/linter/pull/847
67 # - constant_identifier_names # https://github.com/dart-lang/linter/issues/204
129 # - unnecessary_lambdas # https://github.com/dart-lang/linter/issues/498
140 # - use_string_buffers # https://github.com/dart-lang/linter/pull/664
/third_party/flutter/engine/flutter/tools/licenses/
Danalysis_options.yaml3 # Until there are meta linter rules, each desired lint must be explicitly enabled.
4 # See: https://github.com/dart-lang/linter/issues/288
6 # For a list of lints, see: http://dart-lang.github.io/linter/lints/
29 linter:
33 # https://github.com/dart-lang/linter/blob/master/example/all.yaml
75 # - constant_identifier_names # needs an opt-out https://github.com/dart-lang/linter/issues/204
86 … # - invariant_booleans # too many false positives: https://github.com/dart-lang/linter/issues/811
147 # - unnecessary_lambdas # has false positives: https://github.com/dart-lang/linter/issues/498
/third_party/flutter/flutter/packages/flutter/lib/
Danalysis_options_user.yaml3 # Until there are meta linter rules, each desired lint must be explicitly enabled.
4 # See: https://github.com/dart-lang/linter/issues/288
6 # For a list of lints, see: http://dart-lang.github.io/linter/lints/
28 linter:
32 # https://github.com/dart-lang/linter/blob/master/example/all.yaml
45 # - constant_identifier_names # https://github.com/dart-lang/linter/issues/204
/third_party/flutter/flutter/
Danalysis_options.yaml3 # Until there are meta linter rules, each desired lint must be explicitly enabled.
4 # See: https://github.com/dart-lang/linter/issues/288
6 # For a list of lints, see: http://dart-lang.github.io/linter/lints/
42 linter:
46 # https://github.com/dart-lang/linter/blob/master/example/all.yaml
90 # - constant_identifier_names # needs an opt-out https://github.com/dart-lang/linter/issues/204
102 … # - invariant_booleans # too many false positives: https://github.com/dart-lang/linter/issues/811
175 # - unnecessary_lambdas # has false positives: https://github.com/dart-lang/linter/issues/498
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/lint/
Dlint.cpp18 #include "spirv-tools/linter.hpp"
58 spvtools::Linter linter(target_env); in main() local
59 linter.SetMessageConsumer(spvtools::utils::CLIMessageConsumer); in main()
72 bool ok = linter.Run(binary.data(), binary.size()); in main()
/third_party/skia/third_party/externals/spirv-tools/tools/lint/
Dlint.cpp18 #include "spirv-tools/linter.hpp"
58 spvtools::Linter linter(target_env); in main() local
59 linter.SetMessageConsumer(spvtools::utils::CLIMessageConsumer); in main()
72 bool ok = linter.Run(binary.data(), binary.size()); in main()
/third_party/flatbuffers/
DFormatters.md3 …anguage has it's own set of rules, that are defined in their respective formatter/linter documents.
7 - Run the linter on the language you are working on before making a Pull Request.
22 Typescript uses eslint as it's linter. Take a look at [how to install here](https://eslint.org/docs…
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dlinter.hpp27 class Linter { class
29 explicit Linter(spv_target_env env);
31 ~Linter();
/third_party/spirv-tools/include/spirv-tools/
Dlinter.hpp27 class Linter { class
29 explicit Linter(spv_target_env env);
31 ~Linter();
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
Dlinter.hpp27 class Linter { class
29 explicit Linter(spv_target_env env);
31 ~Linter();
/third_party/libphonenumber/javascript/
DREADME.md9 1. Checkout closure-library, closure-compiler, closure-linter and python-gflags next to libphonenu…
17 * `git clone https://github.com/google/closure-linter.git`
27 * Closure linter: v2.3.19
90 5. Run the Closure Linter to lint the JavaScript files:
Dbuild.xml10 <property name="closure-linter.dir"
11 value="${basedir}/../../closure-linter" />
68 value="${closure-linter.dir}:${python-gflags.dir}"/>
69 <arg value="${closure-linter.dir}/closure_linter/gjslint.py" />
/third_party/typescript/src/linter/
DLinterRunner.ts56 const linter = new TypeScriptLinter(fileToLint, strictProgram, tscStrictDiagnostics); constant
58 linter.lint();
75 * @param tscDiagnosticsLinter linter initialized with the processed program
Dtsconfig.json5 "outFile": "../../built/local/linter.js",
/third_party/node/deps/npm/node_modules/safer-buffer/
DReadme.md56 [standard](https://www.npmjs.com/package/standard) linter (among others) catch that and warn people
85 unnoticed even if you have a linter prohibiting that (becase of the reason stated above), and even
104 linter rules and presets, so it would take significant time for that to reach actual setups.
141 * You are still open to accidentally using the insecure deprecated API — use a linter to catch that.
143 Note that using a linter to catch accidential `Buffer` constructor usage in this case is strongly
/third_party/flutter/engine/flutter/tools/android_lint/bin/
Dmain.dart191 print('Java 1.8 not available - the linter may not work properly.');
218 /// The path to use for project.xml, which tells the linter where to find source
222 /// The path to use for baseline.xml, which tells the linter what errors or
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DSplashScreen.java71 // We suppress NewApi because the CI linter thinks that "default" methods are unsupported.
81 // We suppress NewApi because the CI linter thinks that "default" methods are unsupported.
/third_party/flutter/flutter/packages/
Danalysis_options.yaml6 linter:
/third_party/typescript/tests/baselines/reference/
DAPISample_linter.js11 …github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#traversing-the-ast-with-a-little-linter
77 …github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#traversing-the-ast-with-a-little-linter
/third_party/flutter/flutter/packages/flutter_tools/
Danalysis_options.yaml11 linter:
/third_party/typescript/src/typescriptServices/
Dtsconfig.json15 { "path": "../linter", "prepend": true }

1234