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
While using this with NMODL project, I am seeing below warning :
2019-04-22 10:55:50 ☆ bluebrain355 in ~/workarena/repos/bbp/incubator/nocmodl/cmake-build-debug
± |pr/coding-convention-update {27} S:21 U:4 ?:46 ✗| → git commit
check-clang-format.......................................................Passed
check-cmake-format.......................................................Failed
hookid: hpc-pc-cmake-build
/usr/local/lib/python3.7/site-packages/cmake_format/__main__.py:216: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
config_dict = yaml.load(config_file)
/usr/local/lib/python3.7/site-packages/cmake_format/__main__.py:216: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
config_dict = yaml.load(config_file)
/usr/local/lib/python3.7/site-packages/cmake_format/__main__.py:216: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
config_dict = yaml.load(config_file)
/usr/local/lib/python3.7/site-packages/cmake_format/__main__.py:216: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
config_dict = yaml.load(config_file)
/usr/local/lib/python3.7/site-packages/cmake_format/__main__.py:216: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
config_dict = yaml.load(config_file)
/usr/local/lib/python3.7/site-packages/cmake_format/__main__.py:216: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
config_dict = yaml.load(config_file)
error: improper CMake file formatting: /Users/kumbhar/workarena/repos/bbp/incubator/nocmodl/src/language/CMakeLists.txt
/usr/local/lib/python3.7/site-packages/cmake_format/__main__.py:216: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
config_dict = yaml.load(config_file)
/usr/local/lib/python3.7/site-packages/cmake_format/__main__.py:216: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
config_dict = yaml.load(config_file)
While using this with NMODL project, I am seeing below warning :
Related to this comment.
The text was updated successfully, but these errors were encountered: