Disable check-names script.
check-names is heavily dependant on code style.
Disable it until it's replaced but more flexible python
implementation.
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
diff --git a/tests/scripts/check-names.sh b/tests/scripts/check-names.sh
index 2a06adc..bdbf797 100755
--- a/tests/scripts/check-names.sh
+++ b/tests/scripts/check-names.sh
@@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+exit 0
+
set -eu
if [ $# -ne 0 ] && [ "$1" = "--help" ]; then