sky-uk / bslint

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

Update interface_handler.py #169

Open unwiredben opened 5 years ago

unwiredben commented 5 years ago

Change r+ to r to allow linting read-only source files. file_reader never modifies the file, so opening for update instead of just reading is unnecessary