=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== cmake-format-0.6.13/build_tooling/cmake/tangent.cmake-28-foreach(module ${_tangent_modules}) cmake-format-0.6.13/build_tooling/cmake/tangent.cmake:29: include(${TANGENT_MODULES_DIR}/${module}) cmake-format-0.6.13/build_tooling/cmake/tangent.cmake-30-endforeach() ############################################## cmake-format-0.6.13/build_tooling/cmake/tangent.cmake-117- cmake-format-0.6.13/build_tooling/cmake/tangent.cmake:118:include(${CMAKE_BINARY_DIR}/codestyle_manifest.cmake) cmake-format-0.6.13/build_tooling/cmake/tangent.cmake-119- ############################################## cmake-format-0.6.13/build_tooling/cmake/tangent/codestyle.cmake-14-# cmake-format-0.6.13/build_tooling/cmake/tangent/codestyle.cmake:15:# Will create rules `${slug}_lint` and `${slug}_format` using the standard code cmake-format-0.6.13/build_tooling/cmake/tangent/codestyle.cmake-16-# formatters and lint checkers for the appropriate language. These tools are: ############################################## cmake-format-0.6.13/build_tooling/cmake/tangent/debian.cmake-140- endif() cmake-format-0.6.13/build_tooling/cmake/tangent/debian.cmake:141: include(${_stubfile} RESULT_VARIABLE _result) cmake-format-0.6.13/build_tooling/cmake/tangent/debian.cmake-142- if(_result EQUAL NOTFOUND) ############################################## cmake-format-0.6.13/build_tooling/cmake/tangent/wrappers.cmake-405-# cmake-format-0.6.13/build_tooling/cmake/tangent/wrappers.cmake:406:# Assigns into the calling scope a variable with the same name as `${macro}` the cmake-format-0.6.13/build_tooling/cmake/tangent/wrappers.cmake-407-# value of the version ############################################## cmake-format-0.6.13/build_tooling/cmake/tangent/wrappers.cmake-429- endif() cmake-format-0.6.13/build_tooling/cmake/tangent/wrappers.cmake:430: include(${stubfile} RESULT_VARIABLE _result) cmake-format-0.6.13/build_tooling/cmake/tangent/wrappers.cmake-431- if(_result STREQUAL NOTFOUND) ############################################## cmake-format-0.6.13/cmakelang/command_tests/file_tests.cmake-42- "include(CMakeFindDependencyMacro)\n" cmake-format-0.6.13/cmakelang/command_tests/file_tests.cmake:43: "include(\${X}/${CMAKE_PROJECT_NAME}Targets.cmake)\n") cmake-format-0.6.13/cmakelang/command_tests/file_tests.cmake-44- ############################################## cmake-format-0.6.13/cmakelang/doc/parse-tree.rst-43-+------------------+--------------------------------------+-------------------+ cmake-format-0.6.13/cmakelang/doc/parse-tree.rst:44:| DEREF | A variable dereference expression, | ``${foo}`` | cmake-format-0.6.13/cmakelang/doc/parse-tree.rst:45:| | from the dollar sign up to the outer | ``${foo_${bar}}`` | cmake-format-0.6.13/cmakelang/doc/parse-tree.rst-46-| | most right curly brace | | ############################################## cmake-format-0.6.13/cmakelang/doc/release_notes.rst-53-The visual studio code extension now supports variable substitution for things cmake-format-0.6.13/cmakelang/doc/release_notes.rst:54:like `${workspaceRoot}` and `${workspaceFolder}` in the `args` and `cwd` cmake-format-0.6.13/cmakelang/doc/release_notes.rst-55-configuration options. ############################################## cmake-format-0.6.13/cmakelang/lint/lintdb.py-260-This warning may be emitted for assignment (e.g. `set()` or `list()`) as cmake-format-0.6.13/cmakelang/lint/lintdb.py:261:well as for variable expansion in an argument (e.g. `"${CMAKE_Cxx_STANDARD}"`). cmake-format-0.6.13/cmakelang/lint/lintdb.py-262-""" ############################################## cmake-format-0.6.13/cmakelang/vscode_extension/notes.md-12-* Create user-global node tree: cmake-format-0.6.13/cmakelang/vscode_extension/notes.md:13: 1. `mkdir "${HOME}/.npm-packages"` cmake-format-0.6.13/cmakelang/vscode_extension/notes.md:14: 2. `nano ~/.npmrc` to contain `prefix=${HOME}/.npm-packages` cmake-format-0.6.13/cmakelang/vscode_extension/notes.md-15- 3. Add the following to `~/.bashrc`: ############################################## cmake-format-0.6.13/cmakelang/vscode_extension/src/extension.ts-35- + "outside the workspace - expanding \${workspaceFolder} to " cmake-format-0.6.13/cmakelang/vscode_extension/src/extension.ts:36: + `'${fallbackWorkspace.name}' path`); cmake-format-0.6.13/cmakelang/vscode_extension/src/extension.ts-37- workspacePath = fallbackWorkspace; ############################################## cmake-format-0.6.13/tangent/tooling/check_pbuilderrc.py-53- '.pbuilderrc missing ' cmake-format-0.6.13/tangent/tooling/check_pbuilderrc.py:54: '`export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}libeatmydata.so"`\n' cmake-format-0.6.13/tangent/tooling/check_pbuilderrc.py-55- 'Contains: %s', ", ".join(ld_preloads)) ############################################## cmake-format-0.6.13/debian/patches/0001-Allow-test-suite-to-run-out-of-tree.patch-7-This involves including on extra package in the installation but is mostly cmake-format-0.6.13/debian/patches/0001-Allow-test-suite-to-run-out-of-tree.patch:8:bodging things to substitute `$PYBUILD_TEST_BASE_OVERRIDE` for `$PWD` when cmake-format-0.6.13/debian/patches/0001-Allow-test-suite-to-run-out-of-tree.patch-9-hunting for test resources. ############################################## cmake-format-0.6.13/.pc/0005-Correct-misspellings-in-command-line-option-descript.patch/cmakelang/lint/lintdb.py-260-This warning may be emitted for assignment (e.g. `set()` or `list()`) as cmake-format-0.6.13/.pc/0005-Correct-misspellings-in-command-line-option-descript.patch/cmakelang/lint/lintdb.py:261:well as for variable expansion in an argument (e.g. `"${CMAKE_Cxx_STANDARD}"`). cmake-format-0.6.13/.pc/0005-Correct-misspellings-in-command-line-option-descript.patch/cmakelang/lint/lintdb.py-262-"""