Skip to content

FEAT:| Added/Updated [NewFile_extension_restriction, CreateFile_extension_restrictionFromDiscriminatorValue, NewFile_extension_restriction_parameters, CreateFile_extension_restriction_parametersFromDiscriminatorValue, ParseFile_extension_restriction_type, SerializeFile_extension_restriction_type, NewFile_path_restriction, CreateFile_path_restrictionFromDiscriminatorValue, NewFile_path_restriction_parameters, CreateFile_path_restriction_parametersFromDiscriminatorValue, ParseFile_path_restriction_type, SerializeFile_path_restriction_type, NewMax_file_path_length, CreateMax_file_path_lengthFromDiscriminatorValue, NewMax_file_path_length_parameters, CreateMax_file_path_length_parametersFromDiscriminatorValue, ParseMax_file_path_length_type, SerializeMax_file_path_length_type, NewMax_file_size, CreateMax_file_sizeFromDiscriminatorValue, NewMax_file_size_parameters, CreateMax_file_size_parametersFromDiscriminatorValue, ParseMax_file_size_type, SerializeMax_file_size_type, repositories]| Removed [repositories] #137

FEAT:| Added/Updated [NewFile_extension_restriction, CreateFile_extension_restrictionFromDiscriminatorValue, NewFile_extension_restriction_parameters, CreateFile_extension_restriction_parametersFromDiscriminatorValue, ParseFile_extension_restriction_type, SerializeFile_extension_restriction_type, NewFile_path_restriction, CreateFile_path_restrictionFromDiscriminatorValue, NewFile_path_restriction_parameters, CreateFile_path_restriction_parametersFromDiscriminatorValue, ParseFile_path_restriction_type, SerializeFile_path_restriction_type, NewMax_file_path_length, CreateMax_file_path_lengthFromDiscriminatorValue, NewMax_file_path_length_parameters, CreateMax_file_path_length_parametersFromDiscriminatorValue, ParseMax_file_path_length_type, SerializeMax_file_path_length_type, NewMax_file_size, CreateMax_file_sizeFromDiscriminatorValue, NewMax_file_size_parameters, CreateMax_file_size_parametersFromDiscriminatorValue, ParseMax_file_size_type, SerializeMax_file_size_type, repositories]| Removed [repositories]

FEAT:| Added/Updated [NewFile_extension_restriction, CreateFile_extension_restrictionFromDiscriminatorValue, NewFile_extension_restriction_parameters, CreateFile_extension_restriction_parametersFromDiscriminatorValue, ParseFile_extension_restriction_type, SerializeFile_extension_restriction_type, NewFile_path_restriction, CreateFile_path_restrictionFromDiscriminatorValue, NewFile_path_restriction_parameters, CreateFile_path_restriction_parametersFromDiscriminatorValue, ParseFile_path_restriction_type, SerializeFile_path_restriction_type, NewMax_file_path_length, CreateMax_file_path_lengthFromDiscriminatorValue, NewMax_file_path_length_parameters, CreateMax_file_path_length_parametersFromDiscriminatorValue, ParseMax_file_path_length_type, SerializeMax_file_path_length_type, NewMax_file_size, CreateMax_file_sizeFromDiscriminatorValue, NewMax_file_size_parameters, CreateMax_file_size_parametersFromDiscriminatorValue, ParseMax_file_size_type, SerializeMax_file_size_type, repositories]| Removed [repositories] #137

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55
# Optional: golangci-lint command line arguments.
#
# Note: By default, the `.golangci.yml` file should be at the root of the repository.
# The location of the configuration file can be changed by using `--config=`
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0