actlock has deviated on spacing for the in-line comment for the version. yamllint by default expects 2 leading spaces and 1 trailing spaces, e.g. ... # v0.0.0 rather than ... # v0.0.0. But it maybe that folks may not want that. I've seen in some instances ... #v0.0.0. While I built the tool for myself and my workflow and ecosystem, I'm left wondering if this should be a user-configurable parameter in the config file, e.g. leading-space: X and trailing-space: Y.
actlockhas deviated on spacing for the in-line comment for the version. yamllint by default expects 2 leading spaces and 1 trailing spaces, e.g.... # v0.0.0rather than... # v0.0.0. But it maybe that folks may not want that. I've seen in some instances... #v0.0.0. While I built the tool for myself and my workflow and ecosystem, I'm left wondering if this should be a user-configurable parameter in the config file, e.g. leading-space: X and trailing-space: Y.