diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-05-10 00:47:21 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-05-10 00:47:21 -0600 |
| commit | c599a1f524e87d78a072b956abbfeb9559d59474 (patch) | |
| tree | e5f7b547c0b2a05331437fc54979b575579ee60f | |
| parent | 7f31cfb3c7a839cc7c2662666b0f5e624fac6a97 (diff) | |
clarify comment in RuboCop config [no ci]
| -rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index fe66fa3e..2e0a2689 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -192,7 +192,7 @@ Naming/VariableNumber: RSpec/BeEq: Enabled: true RSpec/BeEql: - Enabled: false # NOTE can lead to cryptic error messages + Enabled: false # NOTE can lead to cryptic error messages when comparing integers RSpec/BeNil: Enabled: true RSpec/BeforeAfterAll: |
