mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-06-04 14:51:23 +00:00
chore(workflows): exclude dist directory from shellcheck
Updated the GitHub Actions workflow to exclude the dist directory from shellcheck checks, ensuring cleaner linting results. fix(command_manager): reorder datetime import Moved the datetime import to the correct position in command_manager.py for better code organization. fix(reload_config): improve config value retrieval Refactored the _read_config_value function in reload_config.sh to ensure default values are returned correctly when the key is not found in the config file. fix(tests): adjust imports in test_scheduler_logic Updated import statements in test_scheduler_logic.py for consistency and clarity.
This commit is contained in:
@@ -51,6 +51,7 @@ jobs:
|
||||
-not -path "./node_modules/*" \
|
||||
-not -path "./.venv/*" \
|
||||
-not -path "./venv/*" \
|
||||
-not -path "./dist/*" \
|
||||
-print0 | xargs -0 shellcheck --severity=warning
|
||||
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user