node icon indicating copy to clipboard operation
node copied to clipboard

Add more linting rules to golangci.yml

Open lumtis opened this issue 1 year ago • 0 comments

Describe the Issue

Add more linting rules and fix the errors that would arise from it.

    - gosimple     # Detect simpler code constructs
    - staticcheck  # Provides robust checks for common bugs

Check revive rules: https://revive.run/r

Find something for undocumented code https://revive.run/r#exported ?

lumtis avatar May 20 '24 08:05 lumtis