(diff-detector project & args)Leiningen plugin to detect changes in critical namespaces.
Usage: lein diff-detector # Basic usage lein diff-detector --summary # With summary lein diff-detector --base main --target feature-branch # Specific commits lein diff-detector --help # Show help
Configuration in project.clj: :diff-detector {:namespaces ["my-app.security.*" "my-app.payment.core"]}
Environment variables: DIFF_DETECTOR_BASE - Default base commit (fallback: origin/main) DIFF_DETECTOR_TARGET - Default target commit (fallback: HEAD)
Leiningen plugin to detect changes in critical namespaces.
Usage:
lein diff-detector # Basic usage
lein diff-detector --summary # With summary
lein diff-detector --base main --target feature-branch # Specific commits
lein diff-detector --help # Show help
Configuration in project.clj:
:diff-detector {:namespaces ["my-app.security.*" "my-app.payment.core"]}
Environment variables:
DIFF_DETECTOR_BASE - Default base commit (fallback: origin/main)
DIFF_DETECTOR_TARGET - Default target commit (fallback: HEAD)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |