You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2023/06/27 16:25:00 UTC

[jira] [Commented] (CAMEL-19114) Repair check-style for Windows OS

    [ https://issues.apache.org/jira/browse/CAMEL-19114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17737759#comment-17737759 ] 

Otavio Rodolfo Piske commented on CAMEL-19114:
----------------------------------------------

Is this still a problem?

> Repair check-style for Windows OS
> ---------------------------------
>
>                 Key: CAMEL-19114
>                 URL: https://issues.apache.org/jira/browse/CAMEL-19114
>             Project: Camel
>          Issue Type: Task
>          Components: build system
>            Reporter: Shmakov Alexey
>            Priority: Minor
>
> ```
> File "buildingtools\src\main\resources\camel-checkstyle-suppressions.xml" contains list of style check supressions
> The path mask ("files" field) for supressions is based on the Java regex pattern and for platform-independent processing it is required to write path separators as '[\\\/|file:///]', not '/'. Now, in the part of the supressions in this file, the separators are written as needed '[\\\/|file:///]', and in the part - as in Linux '/'. As a result, style check fails for Windows OS.
> ```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)