José Matos b80ccaa417 Add common pattern in linter exclusion list
# ambiguous-variable-name (E741)

Derived from the **pycodestyle** linter.

## What it does
Checks for the use of the characters 'l', 'O', or 'I' as variable names.

## Why is this bad?
In some fonts, these characters are indistinguishable from the
numerals one and zero. When tempted to use 'l', use 'L' instead.

## Reason to ignore in LyX?
With appropriated fonts that is not an issue. In our case we just use
the 'l', in particular in the context of iterators: 'i', 'j', 'k', 'l'.
2024-06-16 07:34:34 +01:00
..
2024-06-09 14:13:12 -04:00
2024-06-03 10:37:02 -04:00
2024-06-15 14:29:26 +02:00
2024-03-05 11:34:59 -05:00
2022-11-20 21:19:44 +01:00
2023-08-01 05:23:05 -04:00
2024-06-15 11:26:28 +01:00
2024-03-05 15:52:22 +01:00
2023-03-20 22:48:41 +01:00
2024-06-10 10:38:28 +01:00
2024-01-06 11:46:25 +01:00
2023-11-09 00:21:21 +01:00