Skip to content

Commit 27c61df

Browse files
Vianpyrosuper-linter
authored andcommitted
chore: fix linting issues
1 parent 9641ca7 commit 27c61df

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

flatten-sql.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ INITDB_DIR=${INITDB_DIR:-/docker-entrypoint-initdb.d}
77
echo "Flattening SQL files from $TEMP_SQL_DIR to $INITDB_DIR"
88

99
find "${TEMP_SQL_DIR:?}/" -type f -name "*.sql" | while read -r file; do
10-
new_name=$(echo "$file" | sed "s|${TEMP_SQL_DIR:?}/||" | sed 's|/|_|g' | sed 's|^_||')
11-
cp "$file" "${INITDB_DIR}/${new_name}"
10+
new_name=$(echo "$file" | sed "s|${TEMP_SQL_DIR:?}/||" | sed 's|/|_|g' | sed 's|^_||')
11+
cp "$file" "${INITDB_DIR}/${new_name}"
1212
done
1313

1414
rm -rf "${TEMP_SQL_DIR:?}/"

github_conf/branch_protection_rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"message": "Not Found",
33
"documentation_url": "https://docs.github.com/rest",
44
"status": "404"
5-
}
5+
}

super-linter-output/super-linter-summary.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@
22

33
| Language | Validation result |
44
| -------------------------- | ----------------- |
5+
| BASH | Pass ✅ |
6+
| BASH_EXEC | Pass ✅ |
57
| CHECKOV | Pass ✅ |
6-
| GITHUB_ACTIONS | Pass ✅ |
78
| GITLEAKS | Pass ✅ |
89
| GIT_MERGE_CONFLICT_MARKERS | Pass ✅ |
910
| JSCPD | Pass ✅ |
10-
| JSON | Pass ✅ |
11-
| JSON_PRETTIER | Pass ✅ |
12-
| MARKDOWN | Pass ✅ |
13-
| MARKDOWN_PRETTIER | Pass ✅ |
14-
| NATURAL_LANGUAGE | Pass ✅ |
15-
| SQLFLUFF | Pass ✅ |
16-
| YAML | Pass ✅ |
17-
| YAML_PRETTIER | Pass ✅ |
11+
| SHELL_SHFMT | Pass ✅ |
1812

1913
All files and directories linted successfully

0 commit comments

Comments
 (0)