blob: 8de28f81435b86eeca75d01ab7ed6f866aa1dcae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# sonar.web.javaAdditionalOpts=-javaagent:/path/to/byteman-3.0.10/lib/byteman.jar=script:/path/to/active_rule_indexer.btm,boot:/path/to/byteman-3.0.10/lib/byteman.jar
# sonar.search.recovery.delayInMs=10000
# sonar.search.recovery.minAgeInMs=30000
RULE make indexing of custom rules silently fail
CLASS RuleIndexer
METHOD postCommit
COMPILE
AT ENTRY
IF TRUE
DO RETURN
ENDRULE
|