mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +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