You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ci/code_checks.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ if [[ -z "$CHECK" || "$CHECK" == "lint" ]]; then
102
102
103
103
MSG='Check for use of not concatenated strings';echo$MSG
104
104
if [[ "$GITHUB_ACTIONS"=="true" ]];then
105
-
$BASE_DIR/scripts/validate_string_concatenation.py --format="[error]{source_path}:{line_number}:String unnecessarily split in two by black. Please merge them manually.".
0 commit comments