Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

atlassian/crate-ci-typos-check errors aren't formatted correctly

Mike Manger
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 21, 2024

I'm trying to add the atlassian/crate-ci-typos-check pipe to some projects.

In some projects it is running fine however I am getting the following 

https://i.imgur.com/CDXdI7j.png

(I'd insert the code or upload an image here but apparently that doesn't work?!).

The error report doesn't appear to be structured in a readable way.

This is the code it is getting stuck on:

@font-face {
    font-family: 'beic-icons';
    src: url('fonts/beic-icons.woff2') format('woff2'),
        url('fonts/beic-icons.woff') format('woff'),
        url('fonts/beic-icons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

Running the typos library locally doesn't report an error which makes me wonder if this is a bug with the pipe itself. I can't see anything apparently wrong with the code, note it isn't get stuck on the line above?!

I've found the same issue in other projects but not all of them.

This is an example pipeline config:

 

image: node:lts

pipelines:
  default:
    - parallel:
        - step:
            name: Typos
            script:
            - pipe: atlassian/crate-ci-typos-check:1.2.4

        - step:

            name: Test
            caches:
                - node
            script:
                - # etc

 

1 answer

0 votes
Ben
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 22, 2024

Hi Mike,

I've reached out to our pipes team to see if they can provide further assistance.

Cheers!

- Ben (Bitbucket Cloud Support)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events