Sha256: 52832d6a43290365d767c2f1af38a6fe323f69a76d93d3a53cca93b3ede9ad56
Contents?: true
Size: 634 Bytes
Versions: 16
Compression:
Stored size: 634 Bytes
Contents
--- ############################################################################## # Main tasks for `qb/ruby/yard/clean` role ############################################################################## - name: >- Remove `{{ bundle_root }}/.yardoc` file: path: >- {{ bundle_root }}/.yardoc state: absent - when: yard_output_abs_dir is not defined yard.get_output_dir: bundle_root: >- {{ bundle_root }} - name: >- Remove generated documents stream: cmd: git clean -fdX <%= path %> kwds: path: >- {{ yard_output_dir }} chdir: >- {{ bundle_root }} log: true
Version data entries
16 entries across 16 versions & 1 rubygems