Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Features from Readme.md #7

Open
7 of 8 tasks
renatoliveira opened this issue Mar 23, 2018 · 0 comments
Open
7 of 8 tasks

Features from Readme.md #7

renatoliveira opened this issue Mar 23, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@renatoliveira
Copy link
Owner

renatoliveira commented Mar 23, 2018

  • Be able to run the linter from the command line (should be a priority when getting more items done in this list)
  • Make the linter read and sort the code by contexts.
  • Make the linter able to distinguish between context types (class scope, method scope, etc).
  • Basic rules with error outputs, like maximum line length.
  • Detect SOQL statements used in one line
  • Detect SOQL statements inside for loops as list variable:
    for (Object o : [SELECT ... ]) { ...
  • Basic detection of SOQL statements inside loop structures.
  • Create code for the different errors, and flags to ignore those when necessary.
@renatoliveira renatoliveira self-assigned this Mar 23, 2018
@renatoliveira renatoliveira added the enhancement New feature or request label Mar 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant