Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MIT

version: "2"
linters:
enable:
Expand Down
3 changes: 3 additions & 0 deletions codec/bench/bench.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MIT


# download the code and all its dependencies
_go_get() {
Expand Down
3 changes: 3 additions & 0 deletions codec/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MIT


# Run all the different permutations of all the tests and other things
# This helps ensure that nothing gets broken.
Expand Down
3 changes: 3 additions & 0 deletions codec/codecgen.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

//go:build codecgen || generated
// +build codecgen generated

Expand Down
3 changes: 3 additions & 0 deletions codec/gen_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

//go:build codecgen.exec

package codec
Expand Down
3 changes: 3 additions & 0 deletions codec/raft_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2013, 2025
// SPDX-License-Identifier: MIT

package codec

import (
Expand Down
3 changes: 3 additions & 0 deletions codec/test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env python
# Copyright IBM Corp. 2013, 2025
# SPDX-License-Identifier: MIT


# This will create golden files in a directory passed to it.
# A Test calls this internally to create the golden files
Expand Down
Loading