Skip to content

Commit

Permalink
Fix previous .md text (wrong rule name)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Sep 23, 2024
1 parent a484bab commit 2e908bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_rules/elvis_style/no_call.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(since [0.4.0](https://github.com/inaka/elvis_core/releases/tag/0.4.0))

This rule raise a warning when certain functions are called. It is also used internally to implement
`no_debug_call` and `no_common_caveats` but, on its own, makes no checks on your code (the default
`no_debug_call` and `no_common_caveats_call` but, on its own, makes no checks on your code (the default
`no_call_functions` list is empty). However, it is a convenient place to add your own list of calls
to avoid (especially calls to third party libraries, where you can't just deprecate undesired
functions).
Expand Down

0 comments on commit 2e908bd

Please sign in to comment.