Add ability to ask external caches to invalidate. #2543
Annotations
5 warnings
build:
app/models/info_request.rb#L1925
[rubocop] reported by reviewdog 🐶
[Correctable] Layout/SpaceAroundOperators: Surrounding space missing for operator =. (https://rubystyle.guide#spaces-operators)
Raw Output:
app/models/info_request.rb:1925:13: C: [Correctable] Layout/SpaceAroundOperators: Surrounding space missing for operator =. (https://rubystyle.guide#spaces-operators)
feed='feed'),
^
|
build:
app/models/info_request.rb#L1927
[rubocop] reported by reviewdog 🐶
Layout/LineLength: Line is too long. [88/80] (https://rubystyle.guide#max-line-length)
Raw Output:
app/models/info_request.rb:1927:81: C: Layout/LineLength: Line is too long. [88/80] (https://rubystyle.guide#max-line-length)
do_track_path({ track_type => 'public_body_updates', public_body => public_body },
^^^^^^^^
|
build:
app/models/info_request.rb#L1928
[rubocop] reported by reviewdog 🐶
[Correctable] Layout/SpaceAroundOperators: Surrounding space missing for operator =. (https://rubystyle.guide#spaces-operators)
Raw Output:
app/models/info_request.rb:1928:13: C: [Correctable] Layout/SpaceAroundOperators: Surrounding space missing for operator =. (https://rubystyle.guide#spaces-operators)
feed='feed'),
^
|
build:
app/models/info_request.rb#L1930
[rubocop] reported by reviewdog 🐶
[Correctable] Layout/SpaceAroundOperators: Surrounding space missing for operator =. (https://rubystyle.guide#spaces-operators)
Raw Output:
app/models/info_request.rb:1930:13: C: [Correctable] Layout/SpaceAroundOperators: Surrounding space missing for operator =. (https://rubystyle.guide#spaces-operators)
feed='feed'),
^
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|