ParthJadhav / Verve

Verve is a lightweight and blazingly fast launcher for accessing and opening applications, files and documents. ⚡
GNU Affero General Public License v3.0
658 stars 25 forks source link

Addition of `#![warn(clippy::nursery, clippy::pedantic)]`. #27

Closed Xithrius closed 1 year ago

Xithrius commented 1 year ago

Helping out with linting, asked here to do this.

I cannot build this on linux, since it relies on the OS being macos. Any testing to see if this actually fully works can only be on that system.

Xithrius commented 1 year ago

An example of something that I cannot test is ActivationPolicy, since it's only available on macos.

ParthJadhav commented 1 year ago

Okay @Xithrius , give me a while to test & review it. Thanks a lot for the contribution 🚀