Home
last modified time | relevance | path

Searched defs:linter (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/standards/
H A DArcanistLinterStandard.php42 abstract public function supportsLinter(ArcanistLinter $linter);
75 final public static function getStandard($key, ArcanistLinter $linter) {
107 ArcanistLinter $linter) {
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/standards/
H A DArcanistLinterStandard.php42 abstract public function supportsLinter(ArcanistLinter $linter);
75 final public static function getStandard($key, ArcanistLinter $linter) {
107 ArcanistLinter $linter) {
/dports/devel/pylint/pylint-2.12.1/pylint/lint/
H A Dparallel.py36 def _worker_initialize(linter, arguments=None): argument
79 def _merge_mapreduce_data(linter, all_mapreduce_data): argument
100 def check_parallel(linter, jobs, files: Iterable[FileItem], arguments=None): argument
/dports/devel/py-pylint-django/pylint-django-2.4.4/pylint_django/
H A Dplugin.py13 def load_configuration(linter): argument
25 def register(linter): argument
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozlint/mozlint/
H A Dtypes.py23 def __call__(self, paths, linter, **lintargs): argument
67 def _lint(self, path, linter, **lintargs): argument
103 def _lint(self, files, linter, **lintargs): argument
109 def __init__(self, linter): argument
120 def _lint(self, files, linter, **lintargs): argument
/dports/devel/py-pylint-plugin-utils/pylint-plugin-utils-0.6/pylint_plugin_utils/
H A D__init__.py24 def get_checker(linter, checker_class): argument
31 def augment_visit(linter, checker_method, augmentation): argument
62 def __init__(self, linter): argument
94 def supress_message(linter, checker_method, message_id, test_func): argument
101 def suppress_message(linter, checker_method, message_id_or_symbol, test_func): argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/linter/
H A Drunner.py17 def _check_version(linter, cmd_path, args): argument
50 def _find_linter(linter, config_dict): argument
165 def run_lint(self, linter, file_name): argument
/dports/www/firefox-esr/firefox-91.8.0/python/mozlint/test/
H A Dtest_types.py31 def linter(lintdir, request): function
35 def test_linter_types(lint, linter, files, path): argument
50 def test_linter_missing_files(lint, linter, filedir): argument
/dports/www/firefox/firefox-99.0/python/mozlint/test/
H A Dtest_types.py31 def linter(lintdir, request): function
35 def test_linter_types(lint, linter, files, path): argument
50 def test_linter_missing_files(lint, linter, filedir): argument
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozlint/test/
H A Dtest_types.py31 def linter(lintdir, request): function
35 def test_linter_types(lint, linter, files, path): argument
50 def test_linter_missing_files(lint, linter, filedir): argument
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozlint/test/
H A Dtest_types.py28 def linter(lintdir, request): function
32 def test_linter_types(lint, linter, files, path): argument
47 def test_linter_missing_files(lint, linter, filedir): argument
/dports/devel/R-cran-lintr/lintr/tests/testthat/
H A Dtest-nonportable_path_linter.R5 linter <- nonportable_path_linter(lax=FALSE) globalVar
47 linter <- nonportable_path_linter(lax=TRUE) globalVar
H A Dtest-object_name_linter.R51 linter <- object_name_linter("camelCase") globalVar
81 linter <- object_name_linter(styles=c("camelCase", "dotted.case")) globalVar
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozlint/test/
H A Dtest_types.py27 def linter(lintdir, request): function
31 def test_linter_types(lint, linter, files, path): argument
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozlint/test/
H A Dtest_types.py21 def linter(lintdir, request): function
25 def test_linter_types(lint, linter, files, path): argument
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/R/
H A Dlint-framework.R11 addLinter <- function(name, linter) { argument
31 linter <- function(apply, takes, message, suggestion) { function
42 getLinterApplicableFiles <- function(linter, files) { argument
51 applyLinter <- function(linter, ...) { argument
141 projectFilesToLint <- Reduce(union, lapply(linters, function(linter) { argument
154 linter <- linters[[i]] functionVar
/dports/devel/py-pylama/pylama-7.7.1/
H A DREADME.rst300 Example:
336 Run pylama from python code
363 Bug tracker
371 Contributing
387 License
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/lintcmd/
H A Dcmd.go129 type linter struct { struct
130 Checkers []*analysis.Analyzer
131 Config config.Config
132 Runner *runner.Runner
282 func (l *linter) SetGoVersion(n int) {
286 … Lint(cfg *packages.Config, patterns []string) (problems []problem, warnings []string, err error) {
/dports/devel/pylint/pylint-2.12.1/pylint/extensions/
H A Dcheck_elif.py37 def __init__(self, linter=None): argument
65 def register(linter): argument
H A Dcheck_docs.py16 def register(linter): argument
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/lintcmd/
H A Dlint.go31 type linter struct { struct
32 Checkers []*lint.Analyzer
33 Config config.Config
34 Runner *runner.Runner
75 … Lint(cfg *packages.Config, patterns []string) (problems []problem, warnings []string, err error) {
/dports/devel/pylint/pylint-2.12.1/pylint/checkers/
H A Draw_metrics.py79 def __init__(self, linter): argument
125 def register(linter): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pylint/pylint/checkers/
H A Draw_metrics.py77 def __init__(self, linter): argument
126 def register(linter): argument
/dports/devel/R-cran-lintr/lintr/R/
H A Dcache.R79 cache_lint <- function(cache, expr, linter, lints) { argument
87 retrieve_lint <- function(cache, expr, linter, lines) { argument
102 has_lint <- function(cache, expr, linter) { argument
/dports/devel/pylint/pylint-2.12.1/pylint/testutils/
H A Dglobal_test_linter.py20 linter = create_test_linter() variable

12345678910>>...14