Searched refs:lint (Results 1 – 25 of 195) sorted by relevance
12345678
1191 .PHONY: lint-md-rollup1192 lint-md-rollup:1194 cd tools/node-lint-md-cli-rollup && npm install1195 cd tools/node-lint-md-cli-rollup && npm run build-node1197 .PHONY: lint-md-clean1198 lint-md-clean:1199 $(RM) -r tools/node-lint-md-cli-rollup/node_modules1202 .PHONY: lint-md-build1203 lint-md-build:1216 run-lint-md = tools/lint-md.mjs -q -f --no-stdout $(LINT_MD_FILES)[all …]
121 if /i "%1"=="lint-cpp" set lint_cpp=1&goto arg-ok122 if /i "%1"=="lint-js" set lint_js=1&goto arg-ok123 if /i "%1"=="jslint" set lint_js=1&echo Please use lint-js instead of jslint&goto arg-ok124 if /i "%1"=="lint-md" set lint_md=1&goto arg-ok125 if /i "%1"=="lint-md-build" set lint_md_build=1&goto arg-ok126 if /i "%1"=="lint" set lint_cpp=1&set lint_js=1&set lint_md=1&goto arg-ok127 if /i "%1"=="lint-ci" set lint_cpp=1&set lint_js_ci=1&goto arg-ok182 :: skip building if the only argument received was lint183 if "%*"=="lint" if exist "%node_exe%" goto lint-cpp675 if not defined custom_v8_test goto lint-cpp[all …]
28 add_library(SPIRV-Tools-lint ${SPIRV_TOOLS_LIBRARY_TYPE} ${SPIRV_TOOLS_LINT_SOURCES})30 spvtools_default_compile_options(SPIRV-Tools-lint)31 target_include_directories(SPIRV-Tools-lint39 target_link_libraries(SPIRV-Tools-lint42 target_link_libraries(SPIRV-Tools-lint45 set_property(TARGET SPIRV-Tools-lint PROPERTY FOLDER "SPIRV-Tools libraries")46 spvtools_check_symbol_exports(SPIRV-Tools-lint)49 install(TARGETS SPIRV-Tools-lint EXPORT SPIRV-Tools-lintTargets55 spvtools_config_package_dir(SPIRV-Tools-lint PACKAGE_DIR)59 spvtools_generate_config_file(SPIRV-Tools-lint)
31 "//third_party/spirv-tools/source/lint/divergence_analysis.cpp",32 "//third_party/spirv-tools/source/lint/lint_divergent_derivatives.cpp",33 "//third_party/spirv-tools/source/lint/linter.cpp",48 ohos_static_library("libdeqp_spirvtools-lint") {
60 [`remark-preset-lint-node`][].73 <!--lint disable maximum-line-length remark-lint-->75 <!--lint enable maximum-line-length remark-lint-->82 <!--lint disable prohibited-strings remark-lint-->85 <!-- lint enable prohibited-strings remark-lint-->88 <!-- lint disable prohibited-strings remark-lint-->93 <!-- lint enable prohibited-strings remark-lint-->108 [`remark-preset-lint-node`]: https://github.com/nodejs/remark-preset-lint-node
82 set(lint-no-unused-parameter $<$<BOOL:${UV_LINT_NO_UNUSED_PARAMETER}>:-Wno-unused-parameter>)83 set(lint-strict-prototypes $<$<BOOL:${UV_LINT_STRICT_PROTOTYPES}>:-Wstrict-prototypes>)84 set(lint-extra $<$<BOOL:${UV_LINT_EXTRA}>:-Wextra>)85 set(lint-w4 $<$<BOOL:${UV_LINT_W4}>:/W4>)86 set(lint-no-unused-parameter-msvc $<$<BOOL:${UV_LINT_NO_UNUSED_PARAMETER_MSVC}>:/wd4100>)87 set(lint-no-conditional-constant-msvc $<$<BOOL:${UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC}>:/wd4127>)88 set(lint-no-nonstandard-msvc $<$<BOOL:${UV_LINT_NO_NONSTANDARD_MSVC}>:/wd4201>)89 set(lint-no-nonstandard-empty-tu-msvc $<$<BOOL:${UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC}>:/wd4206>)90 set(lint-no-nonstandard-file-scope-msvc $<$<BOOL:${UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC}>:/wd4210…91 set(lint-no-nonstandard-nonstatic-dlimport-msvc $<$<BOOL:${UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPOR…[all …]
51 …add_spvtools_tool(TARGET spirv-lint SRCS lint/lint.cpp util/cli_consumer.cpp LIBS SPIRV-Tools-lint…60 spirv-cfg spirv-link spirv-lint)
52 …add_spvtools_tool(TARGET spirv-lint SRCS lint/lint.cpp util/cli_consumer.cpp LIBS SPIRV-Tools-lint…61 spirv-cfg spirv-link spirv-lint)
13 on the top of the file and make sure that you set `deny` lint level15 * `compiletest` crate by default sets `allow(dead_code)` lint level so make sure22 lint levels.
238 srcs = glob(["source/lint/*.cpp", "source/lint/*.h"]),347 name = "spirv-lint",350 "tools/lint/lint.cpp",505 name = f[10:-4], # strip test/lint/, .cpp508 ["test/lint/*.cpp"],
240 srcs = glob(["source/lint/*.cpp", "source/lint/*.h"]),349 name = "spirv-lint",352 "tools/lint/lint.cpp",507 name = f[10:-4], # strip test/lint/, .cpp510 ["test/lint/*.cpp"],
31 - [Prepare for removal of `safe_packed_borrows` lint.](https://github.com/taiki-e/pin-project-lite/…43 - [Suppress `clippy::unknown_clippy_lints` lint in generated code.](https://github.com/taiki-e/pin-…49 - [Suppress `clippy::ref_option_ref` lint in generated code.](https://github.com/taiki-e/pin-projec…112 - [Prepare for removal of `safe_packed_borrows` lint.](https://github.com/taiki-e/pin-project-lite/…118 - Suppress `clippy::redundant_pub_crate` lint in generated code.126 - Suppress `drop_bounds` lint, which will be added to rustc in the future. See [taiki-e/pin-project…141 If rustc adds a new lint, we may not be able to keep this.151 - Suppress `clippy::used_underscore_binding` lint in generated code.
21 lint: target24 apply-lint:
78 #if defined(LIBC_SCCS) && !defined(lint)165 #if defined(LIBC_SCCS) && !defined(lint)
15 /// // prevent prefer_const_constructors lint18 /// // prevent prefer_const_declarations lint
36 # Enable the lint checks.37 lint = []
15 add_spvtools_unittest(TARGET lint17 LIBS SPIRV-Tools-lint SPIRV-Tools-opt
32 lint: target58 .PHONY: browser install clean lint test test-all test-node test-browser
33 lint: process.env.lint || true,