Skip to content

No-issue fix linting

Jacek Tymicki requested to merge no-issue-remove-lint-error into dev

linting is reporting "missing conversion character in '% e" It is a false positive in this case. The error would be valid if this string is going to be used for formatting. Thus flagging it explicitly with formatted="false" to avoid possible error in the future.

Edited by Jacek Tymicki

Merge request reports