Bump tool TCE-908 - #32
Conversation
| @@ -1,10 +1,10 @@ | |||
| FROM crystallang/crystal:1.10.1-alpine as builder | |||
| FROM crystallang/crystal:1.12-alpine as builder | |||
There was a problem hiding this comment.
| FROM crystallang/crystal:1.12-alpine as builder | |
| FROM crystallang/crystal:1.14-alpine as builder |
This should fix the error in https://app.circleci.com/pipelines/github/codacy/codacy-ameba/142/workflows/fd56e448-f53d-4144-95a1-2365b631c925/jobs/511
There was a problem hiding this comment.
| FROM crystallang/crystal:1.12-alpine as builder | ||
| WORKDIR /tmp/build | ||
| COPY . /tmp/build | ||
| RUN shards build --production |
There was a problem hiding this comment.
--release flag builds an optimized binary + -Dpreview_mt enables multi-threading (MT).
| RUN shards build --production | |
| RUN shards build --production --release -Dpreview_mt |
| Enabled: true | ||
| MinNameLength: 3 | ||
| AllowNamesEndingInNumbers: true | ||
| AllowedNames: [_, e, i, j, k, v, x, y, ex, io, ws, op, tx, id, ip, k1, k2, v1, v2] |
There was a problem hiding this comment.
Changed in v1.6.3.
| AllowedNames: [_, e, i, j, k, v, x, y, ex, io, ws, op, tx, id, ip, k1, k2, v1, v2] | |
| AllowedNames: [e, i, j, k, v, x, y, ex, io, ws, op, tx, id, ip, k1, k2, v1, v2] |
| - Vitalii Elenhaupt <velenhaupt@gmail.com> | ||
|
|
||
| crystal: 1.8.2 | ||
| crystal: 1.12 |
There was a problem hiding this comment.
| crystal: 1.12 | |
| crystal: 1.14 |
| ameba: | ||
| github: crystal-ameba/ameba | ||
| version: 1.5.0 | ||
| version: 1.6.1 |
There was a problem hiding this comment.
| version: 1.6.1 | |
| version: 1.6.4 |
| ameba: | ||
| git: https://github.com/crystal-ameba/ameba.git | ||
| version: 1.5.0 | ||
| version: 1.6.1 |
There was a problem hiding this comment.
Ameba v1.6.4 is the latest release as of now (1.6.x were just a bugfix releases).
| version: 1.6.1 | |
| version: 1.6.4 |
| { | ||
| "name": "ameba", | ||
| "version": "1.5.0", | ||
| "version": "1.6.1", |
There was a problem hiding this comment.
| "version": "1.6.1", | |
| "version": "1.6.4", |
| unit_test: | ||
| docker: # run the steps with Docker | ||
| - image: crystallang/crystal:1.8.2 | ||
| - image: crystallang/crystal:1.12 |
There was a problem hiding this comment.
| - image: crystallang/crystal:1.12 | |
| - image: crystallang/crystal:1.14 |
There was a problem hiding this comment.
Even though this file was removed in 381627f it was added again in this commit.
I'd suggest adding .idea/ to the .gitignore.
|
|
||
| ``` | ||
| Lint/SpecFilename: | ||
| Enabled: true |
There was a problem hiding this comment.
Added in v1.6.2.
| Enabled: true | |
| Enabled: true | |
| IgnoredDirs: [spec/support spec/fixtures spec/data] | |
| IgnoredFilenames: [spec_helper] |
|
ping @stefanvacareanu7 |
|
@codacy is anyone still maintaining this? |
|
working on PR #33 |
No description provided.