Javier Spagnoletti
Javier Spagnoletti
Type: feature Issue: #878. Breaking change: no ### To Do: - [ ] Validate the approach; - [ ] Check how it is working with some existing projects; - [...
Originally, the motivation for using constants for the fixture classes was the lack of a proper reference to these classes. Now, we can use the `::class` pseudo constant with the...
`Acceptance` jobs are failing for different reasons between the 2 Ruby versions in the CI workflow. Related to #80, #339. --- # Acceptance (2.5) ``` /opt/hostedtoolcache/Ruby/2.5.9/x64/lib/ruby/gems/2.5.0/gems/cfn-model-0.6.6/lib/cfn-model/validator/resource_type_validator.rb:20:in `block in validate': no...
Follows https://github.com/stelligent/cfn_nag/issues/292#issuecomment-546562266.
The "require" definition should be updated to avoid the conflicting versions instead of having the constraint split between 2 definitions. The "conflict" definition should be used only for optional (`require-dev`)...
The Dockerfile files were updated with the following changes: * Defined version constraints for `bundler` and `rubocop` in order to fix dependency resolution at `Dockerfile-dev` Show dependency resolution issue ```...
AFAIK, the documentation is built around the paths from [`api-platform/api-platform`](https://github.com/api-platform/api-platform/tree/v2.6.0/api/config). * Added missing `api/` directory references where missing; * Replaced `app/` with `api/`.
### What I did I've updated the constraints for the packages with failed resolutions at `cabal.project.freeze`. ### How I did it I've reviewed the results from the failing install process....
Partially addresses #937, for the PECL package manager. ### What I did I've added rule DL3062 for pinning [PECL](https://pecl.php.net/) packages. ### How I did it I've copied and edited the...
Fixes #1054. ### What I did ### How I did it ### How to verify it