stash/pkg/performer
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 Added rating to performers and studios (#1308) 2021-04-26 13:48:32 +10:00
export_test.go Remove new-from-rev from the linter (#1783) 2021-09-28 09:29:45 +10:00
import.go Added rating to performers and studios (#1308) 2021-04-26 13:48:32 +10:00
import_test.go Performer tags (#1132) 2021-03-10 12:25:51 +11:00
validate.go added details, deathdate, hair color, weight to performers and added details to studios (#1274) 2021-04-16 16:06:35 +10:00
validate_test.go added details, deathdate, hair color, weight to performers and added details to studios (#1274) 2021-04-16 16:06:35 +10:00