(context)
| 28 | |
| 29 | class RelativeLinks extends Rule { |
| 30 | documentation(context) { |
| 31 | return { |
| 32 | description: "Within the Camel site we should use only relative links" |
| 33 | }; |
| 34 | } |
| 35 | |
| 36 | setup() { |
| 37 | this.on("dom:ready", event => { |
nothing calls this directly
no outgoing calls
no test coverage detected