mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 07:27:06 +00:00
detect tab for all files under module (#2456)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# grep for \t in the generators
|
||||
RESULT=`find modules/openapi-generator/src/ -name "*.java" | xargs grep $'\t'`
|
||||
RESULT=`find modules -name "*.java" | xargs grep $'\t'`
|
||||
|
||||
echo -e "$RESULT"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user