Home
last modified time | relevance | path

Searched refs:lint (Results 1 – 25 of 10573) sorted by relevance

12345678910>>...423

/dports/www/firefox-esr/firefox-91.8.0/python/mozlint/test/
H A Dtest_roller.py25 lint.roll(files)
31 result = lint.roll(files)
114 lint.mock_vcs([])
192 lint.read(linters)
216 lint.read(linters)
230 lint.read(linters)
251 lint.read(linters)
301 lint.root = filedir
307 lint.roll(path)
338 lint.setup()
[all …]
/dports/www/firefox/firefox-99.0/python/mozlint/test/
H A Dtest_roller.py25 lint.roll(files)
31 result = lint.roll(files)
114 lint.mock_vcs([])
192 lint.read(linters)
216 lint.read(linters)
230 lint.read(linters)
251 lint.read(linters)
301 lint.root = filedir
307 lint.roll(path)
338 lint.setup()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozlint/test/
H A Dtest_roller.py25 lint.roll(files)
31 result = lint.roll(files)
114 lint.mock_vcs([])
192 lint.read(linters)
216 lint.read(linters)
230 lint.read(linters)
251 lint.read(linters)
301 lint.root = filedir
307 lint.roll(path)
338 lint.setup()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozlint/test/
H A Dtest_roller.py25 lint.roll(files)
31 result = lint.roll(files)
113 lint.mock_vcs([])
167 lint.read(linters)
189 lint.read(linters)
201 lint.read(linters)
220 lint.read(linters)
262 lint.root = filedir
268 lint.roll(path)
299 lint.setup()
[all …]
/dports/www/p5-HTML-Lint/HTML-Lint-2.32/t/
H A D20-error-types-skip.t15 $lint->parse( $text );
16 $lint->eof;
19 $lint->newfile();
20 $lint->clear_errors();
22 $lint->parse( $text );
23 $lint->eof;
26 $lint->newfile();
27 $lint->clear_errors();
29 $lint->parse( $text );
30 $lint->eof;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozlint/test/
H A Dtest_roller.py26 lint.roll(files)
30 lint.read(linters)
32 result = lint.roll(files)
55 lint.roll(files)
62 lint.read(linters)
63 result = lint.roll(files)
95 lint.read(linters)
117 lint.read(linters)
127 lint.setup()
129 lint.read(linters)
[all …]
/dports/sysutils/istio/istio-1.6.7/common/
H A DMakefile.common.mk28 lint-scripts:
32 lint-yaml:
35 lint-helm:
42 lint-go:
45 lint-python:
51 lint-links:
54 lint-sass:
60 lint-protos:
64 @license-lint --config common/config/license-lint.yml
66 lint-all: lint-dockerfiles lint-scripts lint-yaml lint-helm lint-copyright-banner lint-go lint-pyth…
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/common/
H A DMakefile.common.mk28 lint-scripts:
32 lint-yaml:
35 lint-helm:
42 lint-go:
45 lint-python:
51 lint-links:
54 lint-sass:
60 lint-protos:
64 @license-lint --config common/config/license-lint.yml
66 lint-all: lint-dockerfiles lint-scripts lint-yaml lint-helm lint-copyright-banner lint-go lint-pyth…
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/pkg/common/
H A DMakefile.common.mk28 lint-scripts:
32 lint-yaml:
35 lint-helm:
42 lint-go:
45 lint-python:
51 lint-links:
54 lint-sass:
60 lint-protos:
64 @license-lint --config common/config/license-lint.yml
66 lint-all: lint-dockerfiles lint-scripts lint-yaml lint-helm lint-copyright-banner lint-go lint-pyth…
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/gogo-genproto/common/
H A DMakefile.common.mk28 lint-scripts:
32 lint-yaml:
35 lint-helm:
42 lint-go:
45 lint-python:
51 lint-links:
54 lint-sass:
60 lint-protos:
64 @license-lint --config common/config/license-lint.yml
66 lint-all: lint-dockerfiles lint-scripts lint-yaml lint-helm lint-copyright-banner lint-go lint-pyth…
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/t/Policy/Miscellanea/
H A Dprohibit_unrestricted_no_lint.t27 ##no lint
28 ## no lint
29 ## no lint;
30 ## no lint #blah,blah
38 $foo = $bar; ## no lint
39 $foo = $bar; ##no lint
41 $foo = $bar; ## no lint ()
52 sub frobulate { ##no lint
78 ## no lint (shizzle)
79 ## no lint 'shizzle'
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozlint/test/
H A Dtest_roller.py22 lint.roll(files)
26 lint.read(linters)
28 result = lint.roll(files)
30 assert lint.return_code == 1
51 lint.roll(files)
58 lint.read(linters)
59 result = lint.roll(files)
62 assert lint.return_code == 0
69 assert lint.return_code == 0
76 result = lint.roll(files)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/tools/lint/test/
H A Dtest_flake8.py8 def test_lint_single_file(lint, paths): argument
9 results = lint(paths('bad.py'))
16 results = lint(paths('bad.py'))
21 results = lint(paths('custom'))
37 results = lint([path])
41 results = lint([path], fix=True)
46 results = lint([path], fix=True)
58 lint([path], fix=True)
70 results = lint(files, config)
87 results = lint(files, config)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/tools/lint/test/
H A Dtest_flake8.py9 def test_lint_single_file(lint, paths): argument
10 results = lint(paths("bad.py"))
17 results = lint(paths("bad.py"))
22 results = lint(paths("custom"))
39 results = lint([path])
43 results = lint([path], fix=True)
51 results = lint([path], fix=True)
64 lint([path], fix=True)
76 results = lint(files, config)
93 results = lint(files, config)
[all …]
/dports/www/firefox/firefox-99.0/tools/lint/test/
H A Dtest_flake8.py9 def test_lint_single_file(lint, paths): argument
10 results = lint(paths("bad.py"))
17 results = lint(paths("bad.py"))
22 results = lint(paths("custom"))
39 results = lint([path])
43 results = lint([path], fix=True)
51 results = lint([path], fix=True)
64 lint([path], fix=True)
76 results = lint(files, config)
93 results = lint(files, config)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/tools/lint/test/
H A Dtest_flake8.py9 def test_lint_single_file(lint, paths): argument
10 results = lint(paths("bad.py"))
17 results = lint(paths("bad.py"))
22 results = lint(paths("custom"))
39 results = lint([path])
43 results = lint([path], fix=True)
51 results = lint([path], fix=True)
64 lint([path], fix=True)
76 results = lint(files, config)
93 results = lint(files, config)
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/
H A Dlint.rs4 use rustc_session::{lint, Session};
24 ) -> (Vec<(String, lint::Level)>, FxHashMap<lint::LintId, lint::Level>) in init_lints()
26 F: Fn(&lint::Lint) -> Option<(String, lint::Level)>, in init_lints()
31 allowed_lints.extend(lint_opts.iter().map(|(lint, _)| lint).cloned()); in init_lints()
40 .filter_map(|lint| { in init_lints()
43 if lint.feature_gate.is_some() || allowed_lints.iter().any(|l| lint.name == l) { in init_lints()
46 filter_call(lint) in init_lints()
53 .filter_map(|lint| { in init_lints()
59 Some((lint::LintId::of(lint), lint::Allow)) in init_lints()
192 RUSTDOC_LINTS.iter().map(|&lint| LintId::of(lint)).collect(), in register_lints()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/deprecation/
H A Ddeprecation-lint.stderr2 --> $DIR/deprecation-lint.rs:16:9
7 note: the lint level is defined here
8 --> $DIR/deprecation-lint.rs:3:9
14 --> $DIR/deprecation-lint.rs:21:16
20 --> $DIR/deprecation-lint.rs:23:25
26 --> $DIR/deprecation-lint.rs:25:9
32 --> $DIR/deprecation-lint.rs:30:16
38 --> $DIR/deprecation-lint.rs:32:25
44 --> $DIR/deprecation-lint.rs:34:17
50 --> $DIR/deprecation-lint.rs:38:17
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/lint/
H A Dlint-stability-deprecated.stderr2 --> $DIR/lint-stability-deprecated.rs:24:9
7 note: the lint level is defined here
8 --> $DIR/lint-stability-deprecated.rs:6:9
14 --> $DIR/lint-stability-deprecated.rs:29:16
20 --> $DIR/lint-stability-deprecated.rs:31:25
26 --> $DIR/lint-stability-deprecated.rs:33:9
32 --> $DIR/lint-stability-deprecated.rs:38:16
38 --> $DIR/lint-stability-deprecated.rs:40:25
44 --> $DIR/lint-stability-deprecated.rs:42:9
50 --> $DIR/lint-stability-deprecated.rs:47:16
[all …]
H A Dlint-stability-fields-deprecated.stderr2 --> $DIR/lint-stability-fields-deprecated.rs:99:17
7 note: the lint level is defined here
8 --> $DIR/lint-stability-fields-deprecated.rs:3:9
14 --> $DIR/lint-stability-fields-deprecated.rs:116:13
20 --> $DIR/lint-stability-fields-deprecated.rs:126:13
26 --> $DIR/lint-stability-fields-deprecated.rs:131:17
32 --> $DIR/lint-stability-fields-deprecated.rs:141:13
38 --> $DIR/lint-stability-fields-deprecated.rs:150:13
44 --> $DIR/lint-stability-fields-deprecated.rs:286:17
50 --> $DIR/lint-stability-fields-deprecated.rs:303:13
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/ci/source-test/
H A Dmozlint.yml16 - 'tools/lint/**'
20 platform: lint/opt
43 platform: lint/opt
55 description: JS lint check
56 platform: lint/opt
85 platform: lint/opt
97 platform: lint/opt
111 platform: lint/opt
124 platform: lint/opt
138 platform: lint/opt
[all …]
/dports/www/p5-HTML-Lint/HTML-Lint-2.32/lib/Test/HTML/
H A DLint.pm93 my $lint;
96 $lint = shift;
97 $lint->newfile();
98 $lint->clear_errors();
111 $lint->parse( $html );
112 $lint->eof();
158 my $lint;
161 $lint = shift;
162 $lint->newfile();
163 $lint->clear_errors();
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui-fulldeps/
H A Dlint-tool-test.stderr2 --> $DIR/lint-tool-test.rs:9:23
10 --> $DIR/lint-tool-test.rs:14:9
16 --> $DIR/lint-tool-test.rs:31:9
22 --> $DIR/lint-tool-test.rs:36:8
30 --> $DIR/lint-tool-test.rs:9:23
36 --> $DIR/lint-tool-test.rs:14:9
42 --> $DIR/lint-tool-test.rs:31:9
48 --> $DIR/lint-tool-test.rs:6:1
56 --> $DIR/lint-tool-test.rs:9:23
62 --> $DIR/lint-tool-test.rs:14:9
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_utils/src/
H A Ddiagnostics.rs19 if let Some(lint) = lint.name_lower().strip_prefix("clippy::") { in docs_link()
26 lint in docs_link()
52 docs_link(&mut diag, lint); in span_lint()
79 lint: &'static Lint, in span_lint_and_help()
92 docs_link(&mut diag, lint); in span_lint_and_help()
122 lint: &'static Lint, in span_lint_and_note()
135 docs_link(&mut diag, lint); in span_lint_and_note()
153 docs_link(&mut diag, lint); in span_lint_and_then()
161 docs_link(&mut diag, lint); in span_lint_hir()
168 lint: &'static Lint, in span_lint_hir_and_then()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/ci/source-test/
H A Dmozlint.yml12 platform: lint/opt
27 - 'tools/lint/**'
98 description: JS lint check
260 - 'tools/lint/**'
400 platform: lint/opt
427 platform: lint/opt
475 fluent-lint:
477 platform: lint/opt
481 mach: lint --linter fluent-lint -f treeherder -f json:/builds/worker/mozlint.json
485 - 'tools/lint/fluent-lint.yml'
[all …]

12345678910>>...423