lang: Unnested the core package from the functions dir
The core package could contain non-functions, so we might as well move it upwards.
This commit is contained in:
@@ -97,7 +97,7 @@ function consistent-imports() {
|
||||
}
|
||||
|
||||
function reflowed-comments() {
|
||||
if [ "$1" = './lang/funcs/core/generated_funcs.go' ]; then
|
||||
if [ "$1" = './lang/core/generated_funcs.go' ]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user