File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : CodeSpell
2
+ on :
3
+ - pull_request
4
+ jobs :
5
+ codespell :
6
+ name : CodeSpell
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+ - uses : actions/checkout@v4
10
+ - name : CodeSpell
11
+ uses : codespell-project/actions-codespell@master
12
+ with :
13
+ check_filenames : true
14
+ ignore_words_file : .codespellignore
15
+ exclude_file : examples/openapi3_rails/config/storage.yml,test/data/openapi2/petstore-expanded.json
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
79
79
## [ 4.99.0.beta1] - 2023-01-24
80
80
- We add backport parameter overwrite rule [ #373 ] ( https://github.com/interagent/committee/pull/373 )
81
81
- We provide merged parameter for ` committee.params ` ( ` params_key ` option)
82
- - When a same parameter name exist in path/query/request body, it overwrited .
82
+ - When a parameter of the same name exists in the path/query/request body, it will be overwritten .
83
83
- We we change overwrite rule next version.
84
84
- Please set ` parameter_overwite_by_rails_rule=true ` for Rails rule (v5.0.0)
85
85
- (high priority) path_hash_key -> request_body_hash -> query_param
You can’t perform that action at this time.
0 commit comments