diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-08 01:37:10 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-08 01:37:10 +0100 |
| commit | 107295575e3a7c37911ae192baf426b0003975a4 (patch) | |
| tree | ceb528a428716d5313517a0fa72fcac3ea1360fb /README.md | |
| parent | 3b3fd2f6880eaa9170b480d41d43311925483bea (diff) | |
Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized functions.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -79,12 +79,12 @@ npm run lint:fix # Auto-fix ESLint issues - **Ruff**: Formatting and linting (configured in `pyproject.toml`) ```sh -cd src/gtfs_vigo_stops +cd src/gtfs_perstop_report ruff format . # Format Python files ruff check . # Check for linting issues ``` -### C# +### C # - **EditorConfig**: Formatting rules (configured in `.editorconfig`) - Format on save is enabled in VSCode @@ -92,6 +92,7 @@ ruff check . # Check for linting issues ### VSCode Setup When you open this project in VSCode, you'll be prompted to install recommended extensions. These include: + - Prettier - ESLint - Ruff |
