Skip to content

chore: add linter config file to docker-compose #1150

chore: add linter config file to docker-compose

chore: add linter config file to docker-compose #1150

Triggered via push August 15, 2024 04:53
Status Success
Total duration 2m 18s
Artifacts

ci.yml

on: push
style  /  crystal-style
1m 47s
style / crystal-style
test  /  TODOs → GitHub Issues
0s
test / TODOs → GitHub Issues
Matrix: test / test
Fit to window
Zoom out
Zoom in

Annotations

3 warnings and 16 notices
style / crystal-style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test / crystal: latest, MT: ☐, canary: ☐
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test / 🚧 crystal: unstable, MT: ☐, canary: ☐
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Style/PredicateName: spec/helper.cr#L55
Favour method name 'encrypted?' over 'is_encrypted?'
Style/PredicateName: src/placeos-models/user.cr#L215
Favour method name 'admin?' over 'is_admin?'
Style/PredicateName: src/placeos-models/user.cr#L219
Favour method name 'support?' over 'is_support?'
Style/PredicateName: src/placeos-models/settings.cr#L313
Favour method name 'encrypted?' over 'is_encrypted?'
Style/PredicateName: src/placeos-models/tenant.cr#L249
Favour method name 'encrypted?' over 'is_encrypted?'
Style/PredicateName: src/placeos-models/user_jwt.cr#L38
Favour method name 'admin?' over 'is_admin?'
Style/PredicateName: src/placeos-models/user_jwt.cr#L42
Favour method name 'support?' over 'is_support?'
Style/PredicateName: src/placeos-models/utilities/encryption.cr#L96
Favour method name 'encrypted?' over 'is_encrypted?'
Style/PredicateName: src/placeos-models/booking.cr#L403
Favour method name 'reserved?' over 'is_reserved?'
Style/PredicateName: src/placeos-models/booking.cr#L413
Favour method name 'checked_in?' over 'is_checked_in?'
Style/PredicateName: src/placeos-models/booking.cr#L422
Favour method name 'checked_out?' over 'is_checked_out?'
Style/PredicateName: src/placeos-models/booking.cr#L429
Favour method name 'no_show?' over 'is_no_show?'
Style/PredicateName: src/placeos-models/booking.cr#L438
Favour method name 'rejected?' over 'is_rejected?'
Style/PredicateName: src/placeos-models/booking.cr#L445
Favour method name 'cancelled?' over 'is_cancelled?'
Style/PredicateName: src/placeos-models/booking.cr#L452
Favour method name 'ended?' over 'is_ended?'
Style/QueryBoolMethods: src/placeos-models/booking.cr#L93
Consider using 'property?' for 'render_event'