Skip to content

Instantly share code, notes, and snippets.

@joelthompson
joelthompson / README.md
Last active March 12, 2024 10:14
Vault Auth
@simonbrandhof
simonbrandhof / gist:cb1006435ae086d4e264
Created July 2, 2014 21:58
Issuable on directories
import org.sonar.api.component.ResourcePerspectives;
public class MySensor implements Sensor {
private final ResourcePerspectives perspectives;
public MySensor(ResourcePerspectives perspectives) {
this.perspectives = perspectives;
}