commit | 213cf83c17bf74f824942bd8b4b3598f3be1f881 | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Sat Nov 06 18:08:22 2021 +0530 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Dec 15 14:23:54 2021 +0000 |
tree | 7b099284288cbcc12fce6592f216aa1a5f118312 | |
parent | 51224161441d2bf97da8de0acad7532166cfc72a [diff] |
eslint: Ignore the meson-* & subprojects folder in the workspace Modify eslint configuration to ignore the meson-* folder (ignores the meson build log files - that fails(below) the json validation test). This helps users to re-use the build directory while running the local CI. Also ignoring the meson subprojects folder as , we dont want eslint to be checking for errors that are not part of openbmc. Fixes : /home/zshelle/sandbox/bmc1/openpower-hw-diags/build/meson-logs/testlog-ubasan.json 2:2 error End of file expected json/* /home/zshelle/sandbox/bmc1/openpower-hw-diags/build/meson-logs/testlog-valgrind.json 2:2 error End of file expected json/* /home/zshelle/sandbox/bmc1/openpower-hw-diags/build/meson-logs/testlog.json 2:2 error End of file expected json/* ✖ 3 problems (3 errors, 0 warnings) Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: If2f03aab86db953187a5ca8f3828263582d56712
Build script for CI jobs in Jenkins.