Allow test sketches to be outside examples folder #588
Labels
conclusion: declined
Will not be worked on
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
Describe the request
The linter should allow for sketches outside of the
examples
folder to be within spec. Main reason, is to keep two types of.ino
files seperate based on their functionalitycompile-sketches.yml
workflow to the limit, as part of continuous testing (CT) procedures.Including test sketches, which have no/little pedagogical value, will increase the complexity of the user experience. Advanced users can always see the test sketches in the repository or local installation of the library.
Describe the current behavior
According to Rule LD003, the linter does not allow for sketches outside the
examples
folder in the root directory of the library.arduino-lint/internal/rule/ruleconfiguration/ruleconfiguration.go
Lines 1308 to 1311 in 9363101
Arduino Lint version
arduino/arduino-lint-action@v1
Operating system
N/A
Operating system version
runs-on: ubuntu-latest
Additional context
Running Linter via check-arduino.yml workflow kindly provided by @per1234
Issue checklist
The text was updated successfully, but these errors were encountered: