:books: Freely available programming books
15 matches across 5 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/rtl_ltr_linter.py | 173 | # Check if the token is an opening <span> tag with a dir attribute |
| LOW | scripts/rtl_ltr_linter.py | 267 | # Check if the line is a Markdown list item |
| LOW | scripts/rtl_ltr_linter.py | 296 | # Set is_link_only_item to False |
| LOW | scripts/rtl_ltr_linter.py | 334 | # Check if the segment is entirely enclosed in parentheses or brackets. |
| LOW | .github/workflows/rtl-ltr-linter.yml | 48 | # Check if the PR has the "RTL" label |
| LOW | .github/workflows/rtl-ltr-linter.yml | 56 | # Check if any changed file is in ar, he, fa, ur |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/rtl_ltr_linter.py | 196 | |
| LOW | scripts/rtl_ltr_linter.py | 404 | |
| LOW | scripts/rtl_ltr_linter.py | 445 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/rtl_ltr_linter.py | 70 | except Exception as e: |
| LOW | scripts/rtl_ltr_linter.py | 214 | except Exception as e: |
| LOW | scripts/rtl_ltr_linter.py | 439 | except Exception: |
| LOW | scripts/rtl_ltr_linter.py | 595 | except Exception: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | scripts/rtl_ltr_linter.py | 461 | # Create an ArgumentParser object to handle command-line arguments |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/rtl_ltr_linter.py | 404 | def get_changed_lines_for_file(filepath): |