Drop 'tech-inventory' and 'code duplication' queries from the standard query suites

This commit is contained in:
Arthur Baars
2020-10-01 19:43:14 +02:00
parent 060c19a063
commit fc45b6cd3c
40 changed files with 35 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
/**
* @deprecated
* @name Duplicate function
* @description There is another function that shares a lot of code with this function.
* Extract the common parts to a shared utility function to improve maintainability.