You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/03/30 10:50:00 UTC

[jira] [Updated] (ARROW-9426) [CI] Maybe redundant 'entry' key in .pre-commit-config.yaml

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

Antoine Pitrou updated ARROW-9426:
----------------------------------
    Component/s: Continuous Integration

> [CI] Maybe redundant 'entry' key in .pre-commit-config.yaml
> -----------------------------------------------------------
>
>                 Key: ARROW-9426
>                 URL: https://issues.apache.org/jira/browse/ARROW-9426
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: CI, Continuous Integration
>            Reporter: Chen
>            Priority: Minor
>
> Hi, occasionally I find a mior issue in the '.pre-commit-config.yaml' file that.
> ```yaml
> - id: cmake-format
>   name: CMake Format
>   language: python
>   entry: bash -c "pip install cmake-format && python run-cmake-format.py --check"
>   entry: echo
>   files: ^(.*/CMakeLists.txt|.*.cmake)$
> ```
> Maybe the item `entry: echo` is redundant. 
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)