Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

woke linter made it impossible to commit any work #278

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .woke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ignore_files:
- '**/*.cache' # Exclude files ending with .cache
- '__pycache__/**/*' # Exclude Python cache directories
- '.*' # Exclude all files starting with .
- 'ols/utils/keywords.py'
- 'ols/utils/keywords.py' # Exclude all keywords
- 'ols/customize/ols/keywords.py'

rules:
- name: abort
Expand Down Expand Up @@ -113,4 +114,4 @@ rules:
alternatives:
- allowedNouns/deniedNouns (or other verbs)
- allowlist/denylist
severity: error
severity: error
Loading