Skip to content

Commit

Permalink
ci: enable ls-lint (#358)
Browse files Browse the repository at this point in the history
* ci: enable ls-lint

* update .ls-lint.yml
  • Loading branch information
EkelmansPh authored Jul 9, 2024
1 parent f2803c8 commit 14bb702
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .ls-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
ls:
.dir: snake_case
.hpp: PascalCase
.cpp: PascalCase

ignore:
- .devcontainer
- .git
- .github
- .vscode
- hal_st/middlewares/STM32_WPAN
- hal_st/stm32fxxx/DefaultClock*
- megalinter-reports
- st

0 comments on commit 14bb702

Please sign in to comment.