Home
last modified time | relevance | path

Searched full:lint (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/third_party/node/tools/node-lint-md-cli-rollup/
Dpackage-lock.json2 "name": "node-lint-md-cli-rollup",
13 "remark-preset-lint-node": "^3.0.0",
2061 "node_modules/remark-lint-blockquote-indentation": {
2063 …"resolved": "https://registry.npmjs.org/remark-lint-blockquote-indentation/-/remark-lint-blockquot…
2069 "unified-lint-rule": "^2.0.0",
2079 "node_modules/remark-lint-blockquote-indentation/node_modules/unified-lint-rule": {
2081 "resolved": "https://registry.npmjs.org/unified-lint-rule/-/unified-lint-rule-2.0.0.tgz",
2094 "node_modules/remark-lint-checkbox-character-style": {
2096 …"resolved": "https://registry.npmjs.org/remark-lint-checkbox-character-style/-/remark-lint-checkbo…
2101 "unified-lint-rule": "^2.0.0",
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
DCMakeLists.txt28 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-lint
39 target_link_libraries(SPIRV-Tools-lint
42 target_link_libraries(SPIRV-Tools-lint
45 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-lintTargets
55 spvtools_config_package_dir(SPIRV-Tools-lint PACKAGE_DIR)
59 spvtools_generate_config_file(SPIRV-Tools-lint)
/third_party/skia/third_party/externals/spirv-tools/source/lint/
DCMakeLists.txt28 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-lint
39 target_link_libraries(SPIRV-Tools-lint
42 target_link_libraries(SPIRV-Tools-lint
45 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-lintTargets
55 spvtools_config_package_dir(SPIRV-Tools-lint PACKAGE_DIR)
59 spvtools_generate_config_file(SPIRV-Tools-lint)
/third_party/spirv-tools/source/lint/
DCMakeLists.txt26 add_library(SPIRV-Tools-lint ${SPIRV_TOOLS_LIBRARY_TYPE} ${SPIRV_TOOLS_LINT_SOURCES})
28 spvtools_default_compile_options(SPIRV-Tools-lint)
29 target_include_directories(SPIRV-Tools-lint
37 target_link_libraries(SPIRV-Tools-lint
40 target_link_libraries(SPIRV-Tools-lint
43 set_property(TARGET SPIRV-Tools-lint PROPERTY FOLDER "SPIRV-Tools libraries")
44 spvtools_check_symbol_exports(SPIRV-Tools-lint)
47 install(TARGETS SPIRV-Tools-lint EXPORT SPIRV-Tools-lintTargets
53 spvtools_config_package_dir(SPIRV-Tools-lint PACKAGE_DIR)
57 spvtools_generate_config_file(SPIRV-Tools-lint)
/third_party/node/doc/guides/
Ddoc-style-guide.md60 [`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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp1 //===-- Lint.cpp - Check for common errors in LLVM IR ---------------------===//
36 #include "llvm/Analysis/Lint.h"
91 class Lint : public FunctionPass, public InstVisitor<Lint> { class
92 friend class InstVisitor<Lint>;
140 Lint() : FunctionPass(ID), MessagesStr(Messages) { in Lint() function in __anon005613240111::Lint
186 char Lint::ID = 0;
187 INITIALIZE_PASS_BEGIN(Lint, "lint", "Statically lint-checks LLVM IR",
193 INITIALIZE_PASS_END(Lint, "lint", "Statically lint-checks LLVM IR", in INITIALIZE_PASS_DEPENDENCY()
200 // Lint::run - This is the main Analysis entry point for a
203 bool Lint::runOnFunction(Function &F) {
[all …]
/third_party/libuv/
DCMakeLists.txt82 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 …]
/third_party/css-what/
Dpackage.json21 "test": "npm run test:jest && npm run lint",
23 "lint": "npm run lint:es && npm run lint:prettier", string
24 "lint:es": "eslint src",
25 "lint:prettier": "npm run prettier -- --check",
27 "format:es": "npm run lint:es -- --fix",
/third_party/typescript/
Dpackage.json119 "lint": "gulp lint", string
120 "lint:ci": "gulp lint --ci",
121 "lint:compiler": "gulp lint-compiler",
122 "lint:scripts": "gulp lint-scripts",
/third_party/node/
Dvcbuild.bat121 if /i "%1"=="lint-cpp" set lint_cpp=1&goto arg-ok
122 if /i "%1"=="lint-js" set lint_js=1&goto arg-ok
123 if /i "%1"=="jslint" set lint_js=1&echo Please use lint-js instead of jslint&goto arg-ok
124 if /i "%1"=="lint-md" set lint_md=1&goto arg-ok
125 if /i "%1"=="lint-md-build" set lint_md_build=1&goto arg-ok
126 if /i "%1"=="lint" set lint_cpp=1&set lint_js=1&set lint_md=1&goto arg-ok
127 if /i "%1"=="lint-ci" set lint_cpp=1&set lint_js_ci=1&goto arg-ok
182 :: skip building if the only argument received was lint
183 if "%*"=="lint" if exist "%node_exe%" goto lint-cpp
675 if not defined custom_v8_test goto lint-cpp
[all …]
DMakefile575 test-doc: doc-only lint-md ## Builds, lints, and verifies the docs.
1191 .PHONY: lint-md-rollup
1192 lint-md-rollup:
1194 cd tools/node-lint-md-cli-rollup && npm install
1195 cd tools/node-lint-md-cli-rollup && npm run build-node
1197 .PHONY: lint-md-clean
1198 lint-md-clean:
1199 $(RM) -r tools/node-lint-md-cli-rollup/node_modules
1202 .PHONY: lint-md-build
1203 lint-md-build:
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLint.h1 //===-- llvm/Analysis/Lint.h - LLVM IR Lint ---------------------*- C++ -*-===//
9 // This file defines lint interfaces that can be used for some sanity checking
11 // haven't done something bad. In contrast to the Verifier, the Lint checker
15 // To see what specifically is checked, look at Lint.cpp
28 /// Create a lint pass.
/third_party/typescript_eslint/docs/getting-started/linting/
DTYPED_LINTING.md3 …Script's compiler APIs to parse the files. This means that we can provide lint rules with access t…
33 With that done, simply run the same lint command you ran before. You will see new rules reporting e…
42lint errors via IDE plugins which, through some caching magic, do not suffer the same penalties. T…
52 - If you **do not** want to lint the file:
54 - If you **do** want to lint the file:
55 - If you **do not** want to lint the file with [type-aware linting](./TYPED_LINTING.md):
57 - If you **do** want to lint the file with [type-aware linting](./TYPED_LINTING.md):
DFAQ.md8 - [One of my lint rules isn't working correctly on a pure JavaScript file](#one-of-my-lint-rules-is…
91 ## One of my lint rules isn't working correctly on a pure JavaScript file
95 If you have some pure JavaScript code that you do not want to apply certain lint rules to, then you…
170 …the errors that TypeScript provides, because doing so would slow down the lint run [1], and duplic…
172 Instead, our tooling exists to **_augment_** TypeScript's built in checks with lint rules that cons…
174 …of your codebase, it can easily add up to between several seconds to several minutes to a lint run.
188 The `no-undef` lint rule does not use TypeScript to determine the global variables that exist - ins…
194 We strongly recommend that you do not use the `no-undef` lint rule on TypeScript projects. The chec…
208 …ad a different version each run depending on how you run it - leading to inconsistent lint results.
235 …inting doc](./TYPED_LINTING.md), if you're using type-aware linting, your lint times should be rou…
[all …]
/third_party/parse5/
Dpackage.json11 "lint-staged": "^7.2.0",
18 "lint": "eslint .", string
20 "test": "npm run lint && npm run unit-tests",
28 "precommit": "lint-staged",
31 "lint-staged": {
/third_party/node/deps/npm/node_modules/debug/node_modules/ms/
Dpackage.json35 "lint-staged": "3.4.1",
50 "lint-staged": {
52 "npm run lint",
64 "lint": "eslint lib/* bin/*", string
65 "precommit": "lint-staged",
/third_party/node/deps/npm/node_modules/ms/
Dpackage.json35 "lint-staged": "5.0.0",
50 "lint-staged": {
52 "npm run lint",
64 "lint": "eslint lib/* bin/*", string
65 "precommit": "lint-staged",
/third_party/typescript_eslint/
Dpackage.json31 "lint:fix": "eslint . --ext .js,.ts --fix",
32 "lint:markdown:fix": "lint:markdown --fix",
33 …"lint:markdown": "markdownlint '**/*.md' --config=.markdownlint.json --ignore-path=.markdownlintig…
34 "lint": "eslint . --ext .js,.ts", string
36 "pre-commit": "yarn lint-staged",
101 "lint-staged": "^10.2.13",
/third_party/typescript_eslint/tests/performance/
Ddocker-compose.yml4 lint-real-repo:
5 build: ./fixtures/lint-real-repo
6 container_name: "lint-real-repo"
21 - ./fixtures/lint-real-repo:/usr/linked
/third_party/skia/third_party/externals/spirv-tools/tools/
DCMakeLists.txt51 …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)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/
DCMakeLists.txt51 …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)
/third_party/node/deps/npm/node_modules/dotenv/
Dpackage.json66 "lint": "standard", string
67 "lint-md": "standard-markdown",
68 "postlint": "npm run lint-md",
69 "pretest": "npm run lint",
/third_party/typescript_eslint/packages/eslint-plugin-tslint/tests/test-tslint-rules-directory/
DalwaysFailRule.js2 const Lint = require('tslint'); constant
4 class Rule extends Lint.Rules.AbstractRule {
12 class AlwaysFailWalker extends Lint.RuleWalker {
/third_party/flutter/engine/flutter/tools/android_lint/
Dlint.xml2 <lint>
4 <!-- The NewApi lint also catches the usage of Java 8 APIs. The engine
11 </lint>
/third_party/typescript_eslint/tests/integration/fixtures/eslint-v6/
DDockerfile9 # to assert that the lint output is what we expect
10 RUN echo "const actualLintOutput = require('./lint-output.json');\n" \
12 "test('it should produce the expected lint ouput', () => {\n" \

12345678910>>...18