xref: /openbmc/pldm/.eslintignore (revision 2746fb48)
1*2746fb48SManojkiran Eda# eslintignore file would contain files/patterns that should
2*2746fb48SManojkiran Eda# be ignored by the eslint json validator
3*2746fb48SManojkiran Eda#
4*2746fb48SManojkiran Eda# The below mentioned json files and directories are purposefully
5*2746fb48SManojkiran Eda# made invalid in order to execute the unit tests, thus thse are
6*2746fb48SManojkiran Eda# required to be ignored by the json validator.
7*2746fb48SManojkiran Eda/host-bmc/test/host_effecter_jsons/malformed/*
8*2746fb48SManojkiran Eda/host-bmc/test/host_effecter_jsons/no_json/*
9*2746fb48SManojkiran Eda/libpldmresponder/test/pdr_jsons/state_effecter/malformed/*
10*2746fb48SManojkiran Eda/libpldmresponder/test/pdr_jsons/state_sensor/malformed/*
11