cheshirekow / cmake_format

Source code formatter for cmake listfiles.
GNU General Public License v3.0
954 stars 105 forks source link

Add documentation for "cmake-lint: disable" comments #211

Closed nmusolino closed 4 years ago

nmusolino commented 4 years ago

I would like to ignore the line-length check on certain lines. (In particular, for lines containing links, in exactly the same use case as issue #196.)

That issue and the example allude to a # cmake-lint: disable directive, but as far as I can tell, there is no documentation of this.