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 <[email protected]>
This commit is contained in:
Mateusz Starzyk
2021-08-10 16:54:21 +02:00
parent e36f5b1c11
commit d30917c65a
+2
View File
@@ -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