Home
last modified time | relevance | path

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

12

/openbmc/webui-vue/
H A Dpackage.json12 "lint": "vue-cli-service lint", string
63 "lint-staged": "13.0.3",
76 "pre-commit": "lint-staged && vue-cli-service test:unit"
78 "lint-staged": {
80 "vue-cli-service lint",
H A DCONTRIBUTING.md70 ### Lint and fix files
73 npm run lint
H A Dformat-code.sh18 npm run lint
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/
H A D0001-build-top.mk-unset-STRIP_OPTS.patch34 LINT = lint
35 5LINT = 5lint
/openbmc/openbmc-test-automation/docs/
H A Dcode_standards_check.md24 ### 2. robotframework-lint
26 Project [robotframework-lint](https://pypi.org/project/robotframework-lint/) for
30 $ pip install –upgrade robotframework-lint
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_python_pylint.py11 import pylint.lint as lint namespace
40 lint.Run([self.pylint_options, pythonpatch.path], reporter=reporter, exit=False)
56 lint.Run([self.pylint_options, pythonpatch.path], reporter=reporter, exit=False)
/openbmc/openbmc-test-automation/tools/
H A Drobot_custom_rules.py3 Custom rules file for robotframework-lint.
4 Installation : pip3 install --upgrade robotframework-lint
16 Extend robotframework-lint SuiteRule function for InvalidTable to allow a
/openbmc/openbmc/poky/documentation/
H A DREADME153 Lint checking the Yocto Project documentation
157 the project uses sphinx-lint (https://github.com/sphinx-contrib/sphinx-lint).
159 To install sphinx-lint:
161 $ pip install sphinx-lint
163 To run sphinx-lint:
165 $ make sphinx-lint
167 Lint checking the whole documentation might take some time and generate a
168 lot of warnings/errors, thus one can run sphinx-lint on a subset of files
171 $ make sphinx-lint SPHINXLINTDOCS=<file>
172 $ make sphinx-lint SPHINXLINTDOCS="<file1> <file2>"
[all …]
H A DMakefile59 sphinx-lint:
60 sphinx-lint $(SPHINXLINTDOCS)
/openbmc/bmcweb/include/
H A Dhuman_sort.hpp70 int lInt = 0; in alphanumComp() local
71 auto fc = std::from_chars(&(*l), &(*left.end()), lInt); in alphanumComp()
81 const int diff = lInt - rInt; in alphanumComp()
/openbmc/webui-vue/docs/guide/coding-standards/
H A Dreadme.md27 ## Running the lint test
29 To test all files for linting, run `npm run lint`. This command will evaluate
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch12 -#ifndef lint
117 -#ifndef lint
237 -#ifndef lint
376 -#ifndef lint
443 -#ifndef lint
628 -#ifndef lint
684 -#ifndef lint
862 -#ifndef lint
901 -#ifndef lint
912 -#ifndef lint
[all …]
/openbmc/openbmc-build-scripts/config/
H A Deslint-global-config.json7 // We dont want to lint the json files in the suprojects, so
/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_table.h282 u8 lint; /* Local APIC LINT# */ member
368 u8 cpu, u16 flags, u8 lint);
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmotorcomm,yt8xxx.yaml122 /* Only needed to make DT lint tools work. Do not copy/paste
141 /* Only needed to make DT lint tools work. Do not copy/paste
/openbmc/u-boot/arch/x86/lib/
H A Dacpi_table.c237 u8 cpu, u16 flags, u8 lint) in acpi_create_madt_lapic_nmi() argument
243 lapic_nmi->lint = lint; in acpi_create_madt_lapic_nmi()
/openbmc/linux/drivers/net/fddi/skfp/
H A Ddrvfbi.c103 SK_UNUSED(i) ; /* Make LINT happy. */ in card_start()
543 SK_UNUSED(smc) ; /* Make LINT happy. */ in smt_start_watchdog()
558 SK_UNUSED(smc) ; /* Make LINT happy. */ in smt_stop_watchdog()
/openbmc/linux/drivers/acpi/
H A Dtables.c125 pr_info("LAPIC_NMI (acpi_id[0x%02x] %s %s lint[0x%x])\n", in acpi_table_print_madt_entry()
129 p->lint); in acpi_table_print_madt_entry()
142 pr_info("X2APIC_NMI (uid[0x%02x] %s %s lint[0x%x])\n", in acpi_table_print_madt_entry()
146 p->lint); in acpi_table_print_madt_entry()
/openbmc/linux/Documentation/devicetree/bindings/
H A DMakefile34 quiet_cmd_yamllint = LINT $(src)
/openbmc/openbmc/poky/meta/classes/
H A Doelint.bbclass7 addtask lint before do_build
/openbmc/linux/drivers/media/tuners/
H A Dmt20xx.c271 // wait for PLLs to lock (per manual), retry LINT if not. in mt2032_set_if_freq()
279 tuner_dbg("mt2032: re-init PLLs by LINT\n"); in mt2032_set_if_freq()
281 buf[1]=0x80 +8+priv->xogc; // set LINT to re-init PLLs in mt2032_set_if_freq()
/openbmc/linux/arch/powerpc/xmon/
H A Dansidecl.h78 so they will all get the switch for lint. */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0005-adb-add-base64-implementation.patch78 +#if !defined(LINT) && !defined(CODECENTER)
80 +#endif /* not lint */
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drust.py70 'src/tools/lint-docs',
/openbmc/linux/arch/xtensa/lib/
H A Dmemcopy.S199 lint or ferret client, or 0 to save a few cycles */
461 * the lint or ferret client, or 0

12