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:26:00 UTC

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

     [ https://issues.apache.org/jira/browse/CAMEL-19114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Otavio Rodolfo Piske updated CAMEL-19114:
-----------------------------------------
    Labels: help-wanted  (was: )

> 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
>              Labels: help-wanted
>
> ```
> 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)