sky-uk / bslint

A linter for the BrightScript language.
BSD 3-Clause "New" or "Revised" License
24 stars 9 forks source link

Various remarks after testing #150

Closed siekermantechnology closed 7 years ago

siekermantechnology commented 7 years ago

We've been experimenting with the bslint tool on our utility functions .brs file. Below a list of remarks we encountered while working on it.

siekermantechnology commented 7 years ago

The relevant source code file (added the .txt extension so I could attach): utils_brightscript.brs.txt

siekermantechnology commented 7 years ago

The .bslintrc file we ended up using: bslintrc.txt

DanieleSassoli commented 7 years ago

Many thanks for your very useful feedback!

"check_trace_free": {
    "active": false,
    "params": {}
  }

@siekermantechnology Regarding the other issues I haven't addressed in this answer, would you mind opening a separate issue for each one of them so that we can look at them in more detail? Again thanks for feedback.

JackIngleton commented 7 years ago

I have created issues #152, #153 and #154 based on this collection of remarks reported. If these issues do not cover everything highlighted please raise new, individual issues for each specific bug etc.