mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
* Bump go version in go.mod * Update compiler image. Changed github download url since existing one didn't have version 12 of the SDK. * Update macOS requirements in README for v0.32.0 * Update lint action * Bump golangci-lint version * Migrate golangci-lint config * Fix QF1012 errors (Use fmt.Fprintf(...) instead of WriteString(fmt.Sprintf(...))) * Fix QF1003 errors (could use tagged switch) * Fix ST1005 errors (error string capitalisation) * Fix ST1011 errors (seconds suffix) * Fix QF1006 errors (lift into loop condition) * Fix QF1002 errors (switch condition) * Fix gocritic error (deprecated paragraph) * Fix incorrect nolint directive * Ignore specific checks noctx should be addressed in a later PR --------- Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Co-authored-by: feederbox826 <me@feederbox.cc> |
||
|---|---|---|
| .. | ||
| blob | ||
| migrations | ||
| anonymise.go | ||
| anonymise_test.go | ||
| batch.go | ||
| blob.go | ||
| blob_migrate.go | ||
| blob_test.go | ||
| common.go | ||
| criterion_handlers.go | ||
| custom_fields.go | ||
| custom_fields_test.go | ||
| custom_migrations.go | ||
| database.go | ||
| date.go | ||
| doc.go | ||
| driver.go | ||
| file.go | ||
| file_filter.go | ||
| file_filter_test.go | ||
| file_test.go | ||
| filter.go | ||
| filter_hierarchical.go | ||
| filter_internal_test.go | ||
| fingerprint.go | ||
| folder.go | ||
| folder_filter.go | ||
| folder_filter_test.go | ||
| folder_test.go | ||
| functions.go | ||
| gallery.go | ||
| gallery_chapter.go | ||
| gallery_chapter_test.go | ||
| gallery_filter.go | ||
| gallery_test.go | ||
| group.go | ||
| group_filter.go | ||
| group_relationships.go | ||
| group_test.go | ||
| history.go | ||
| image.go | ||
| image_filter.go | ||
| image_test.go | ||
| migrate.go | ||
| performer.go | ||
| performer_filter.go | ||
| performer_test.go | ||
| phash.go | ||
| query.go | ||
| record.go | ||
| regex.go | ||
| relationships.go | ||
| repository.go | ||
| saved_filter.go | ||
| saved_filter_test.go | ||
| scene.go | ||
| scene_filter.go | ||
| scene_marker.go | ||
| scene_marker_filter.go | ||
| scene_marker_test.go | ||
| scene_test.go | ||
| setup_test.go | ||
| sql.go | ||
| stash_id_test.go | ||
| studio.go | ||
| studio_filter.go | ||
| studio_test.go | ||
| table.go | ||
| tables.go | ||
| tag.go | ||
| tag_filter.go | ||
| tag_test.go | ||
| timestamp.go | ||
| transaction.go | ||
| transaction_test.go | ||
| tx.go | ||
| values.go | ||