Commit Graph

8 Commits (1b147ae90dcb1e861751a808a68f68c449c128b6)

Author SHA1 Message Date
Michael Smith 438c904567
chore: cleanup all test files (#293)
## Changes made
- Removed all unused imports, and made sure type imports were labeled
correctly
- Updated all comparisons to be more strict
- Simplified loops to remove unneeded closure functions
- Removed all explicit `any` types
- Updated how strings were defined to follow general TypeScript best
practices

## Notes
- We definitely want some kind of linting setup for this repo. I'm going
to bring this up when Blueberry has its next team meeting next week
7 months ago
Parkreiner cd010baac8 chore: switch codebase to use TS strict mode 10 months ago
Garrett Delfosse 36fa871e7b add tests 1 year ago
Muhammad Atif Ali acab6437bc
chore: bump version to 1.0.2 and add script to update them automatically. (#128)
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 year ago
Mathias Fredriksson 376c0cae31
chore: add prettier terraform formatting in markdown files (#134) 1 year ago
Muhammad Atif Ali b968a2aa22
feat: add version to module docs (#122) 1 year ago
Muhammad Atif Ali 1e3bd2b04b
Add formatting check for shell scripts (#106) 1 year ago
Kyle Carberry 0068642d3b
feat: add slackme module (#85)
* Add Slackme module

* Don't require auth

* Improve slackme

* Make run on starT

* Try new heredoc syntax

* Escape execute calls

* Improve portability

* Fix fmt

* Improve slackme script features

* Fix whitespace

* Fix linting
2 years ago