Skip to content

Commit

Permalink
feat: rename common rules to dart rules
Browse files Browse the repository at this point in the history
  • Loading branch information
santitigaga committed Sep 21, 2023
1 parent c2a234c commit cb25cf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/analyzers/lint_analyzer/rules/rule_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ Issue createIssue({
/// Returns a url of a page containing documentation associated with [rule]
Uri documentation(Rule rule) => Uri(
scheme: 'https',
host: 'localhost',
host: 'dcl.apps.bancolombia.com',
pathSegments: [
'docs',
'individuals',
'rules',
rule.type.value,
rule.id,
Expand Down

0 comments on commit cb25cf4

Please sign in to comment.