Beakerboy / Beakerboy/VBA-Linter

E121 when it is OK

Open
#85 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
8
Forks
1
PR merge metrics
No merged PRs in 30d

Description

:64: E121 Excess whitespace before '('

```
Private Declare Function CryptEnumProvidersA Lib "advapi32.dll" (ByVal dwIndex As Long, ByVal pdwReserved As Long, ByVal dwFlags As Long, ByRef pdwProvType As Long, ByVal pszProvName As String, ByRef pcbProvName As Long) As Long
```

double check that the syntax is valid before fixing.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the E121 rule and the handling of the shown VBA declaration. Verify whether the declaration syntax is valid before changing the whitespace check. Done means valid declarations no longer report E121 while invalid excess whitespace cases continue to be detected.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.