=(s_("WikiMarkdownTip|To link to a (new) page, simply type %{link_example}")%{link_example: '<code>[Link Title](page-slug)</code>'}).html_safe
-case@page.format.to_s
-when'rdoc'
-link_example='{Link title}[link:page-slug]'
-when'asciidoc'
-link_example='link:page-slug[Link title]'
-when'org'
-link_example='[[page-slug]]'
-else
-link_example='[Link Title](page-slug)'
=(s_('WikiMarkdownTip|To link to a (new) page, simply type <code class="js-markup-link-example">%{link_example}</code>')%{link_example: link_example}).html_safe
The following files require a review from the [Data team and Telemetry team](https://gitlab.com/groups/gitlab-org/growth/telemetry/-/group_members?with_inherited_permissions=exclude):
it'returns an informational message with rules that can run'do
expect(described_class.local_warning_message).toeq('==> Only the following Danger rules can be run locally: changes_size, documentation, frozen_string, duplicate_yarn_dependencies, prettier, eslint, karma, database, commit_messages')
expect(described_class.local_warning_message).toeq('==> Only the following Danger rules can be run locally: changes_size, documentation, frozen_string, duplicate_yarn_dependencies, prettier, eslint, karma, database, commit_messages, telemetry')