stash/pkg/scene
SmallCoccinelle bc6d04dc2a
Remove new-from-rev from the linter (#1783)
* Fix all revive warnings in the code base

All of these are of the form

```
var Identifier Type = Expr
```

where the `Type` is known from the output of `Expr` and can be omitted
as a result.

* Handle unchecked errors

* Remove new-from-rev

Since the project passes all linter checks now, including older
revisions, we can remove new-from-rev. While here, reorder the linter
config file, and move the enabled linters up and settings down.

* Fix failing test cases

Studio & Performer export tests use local time rather than UTC. This
fixes the test cases so integration test
passes.
2021-09-28 09:29:45 +10:00
..
export.go Add phash generation and dupe checking (#1158) 2021-04-12 09:04:40 +10:00
export_test.go Remove new-from-rev from the linter (#1783) 2021-09-28 09:29:45 +10:00
import.go Add phash generation and dupe checking (#1158) 2021-04-12 09:04:40 +10:00
import_test.go Remove unused (#1709) 2021-09-09 14:10:08 +10:00
marker_import.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
marker_import_test.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
update.go Decouple galleries from scenes (#1057) 2021-02-02 07:56:54 +11:00