File tree Expand file tree Collapse file tree 9 files changed +27
-10
lines changed
Expand file tree Collapse file tree 9 files changed +27
-10
lines changed Original file line number Diff line number Diff line change 11run :
22 timeout : 10m
33
4+ linters :
5+ enable :
6+ - misspell
7+ - godot
8+ - goheader
9+
410linters-settings :
511 misspell :
612 locale : US
713 godox :
814 keywords :
915 - FIXME
10-
11- linters :
12- enable :
13- - misspell
14- - godot
16+ goheader :
17+ template : |-
18+ Copyright 2015 Tim Heckman. All rights reserved.
19+ Copyright 2018-{{ YEAR }} The Gofrs. All rights reserved.
20+ Use of this source code is governed by the BSD 3-Clause
21+ license that can be found in the LICENSE file.
1522
1623issues :
1724 exclude-use-default : true
Original file line number Diff line number Diff line change 11// Copyright 2015 Tim Heckman. All rights reserved.
2+ // Copyright 2018-2024 The Gofrs. All rights reserved.
23// Use of this source code is governed by the BSD 3-Clause
34// license that can be found in the LICENSE file.
45
Original file line number Diff line number Diff line change 1- // Copyright 2019 Tim Heckman. All rights reserved. Use of this source code is
2- // governed by the BSD 3-Clause license that can be found in the LICENSE file.
1+ // Copyright 2015 Tim Heckman. All rights reserved.
2+ // Copyright 2018-2024 The Gofrs. All rights reserved.
3+ // Use of this source code is governed by the BSD 3-Clause
4+ // license that can be found in the LICENSE file.
35
46// Copyright 2018 The Go Authors. All rights reserved.
57// Use of this source code is governed by a BSD-style
Original file line number Diff line number Diff line change 11// Copyright 2015 Tim Heckman. All rights reserved.
2- // Copyright 2018 The Gofrs. All rights reserved.
2+ // Copyright 2018-2024 The Gofrs. All rights reserved.
33// Use of this source code is governed by the BSD 3-Clause
44// license that can be found in the LICENSE file.
55
Original file line number Diff line number Diff line change 1+ // Copyright 2015 Tim Heckman. All rights reserved.
2+ // Copyright 2018-2024 The Gofrs. All rights reserved.
3+ // Use of this source code is governed by the BSD 3-Clause
4+ // license that can be found in the LICENSE file.
5+
16package flock
27
38import (
Original file line number Diff line number Diff line change 11// Copyright 2015 Tim Heckman. All rights reserved.
2- // Copyright 2018 The Gofrs. All rights reserved.
2+ // Copyright 2018-2024 The Gofrs. All rights reserved.
33// Use of this source code is governed by the BSD 3-Clause
44// license that can be found in the LICENSE file.
5-
65package flock_test
76
87import (
Original file line number Diff line number Diff line change 11// Copyright 2015 Tim Heckman. All rights reserved.
2+ // Copyright 2018-2024 The Gofrs. All rights reserved.
23// Use of this source code is governed by the BSD 3-Clause
34// license that can be found in the LICENSE file.
45
Original file line number Diff line number Diff line change 11// Copyright 2015 Tim Heckman. All rights reserved.
2+ // Copyright 2018-2024 The Gofrs. All rights reserved.
23// Use of this source code is governed by the BSD 3-Clause
34// license that can be found in the LICENSE file.
45
Original file line number Diff line number Diff line change 11// Copyright 2015 Tim Heckman. All rights reserved.
2+ // Copyright 2018-2024 The Gofrs. All rights reserved.
23// Use of this source code is governed by the BSD 3-Clause
34// license that can be found in the LICENSE file.
45
You can’t perform that action at this time.
0 commit comments