mirror of
https://github.com/mastodon/mastodon.git
synced 2026-03-21 18:05:23 -05:00
Some checks failed
Check i18n / check-i18n (push) Waiting to run
Chromatic / Check for relevant changes (push) Waiting to run
Chromatic / Run Chromatic (push) Blocked by required conditions
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (ruby) (push) Waiting to run
Crowdin / Upload translations / upload-translations (push) Waiting to run
Check formatting / lint (push) Waiting to run
CSS Linting / lint (push) Waiting to run
JavaScript Linting / lint (push) Waiting to run
Ruby Linting / lint (push) Waiting to run
JavaScript Testing / test (push) Waiting to run
Historical data migration test / test (14-alpine) (push) Waiting to run
Historical data migration test / test (15-alpine) (push) Waiting to run
Historical data migration test / test (16-alpine) (push) Waiting to run
Historical data migration test / test (17-alpine) (push) Waiting to run
Ruby Testing / build (production) (push) Waiting to run
Ruby Testing / build (test) (push) Waiting to run
Ruby Testing / test (.ruby-version) (push) Blocked by required conditions
Ruby Testing / test (3.2) (push) Blocked by required conditions
Ruby Testing / test (3.3) (push) Blocked by required conditions
Ruby Testing / End to End testing (.ruby-version) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.2) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.3) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.3, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Bundler Audit / security (push) Has been cancelled
Haml Linting / lint (push) Has been cancelled
93 lines
2.3 KiB
JSON
93 lines
2.3 KiB
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 80,
|
|
"ignorePatterns": [
|
|
"/tmp",
|
|
"/coverage",
|
|
"/public/assets",
|
|
"/public/emoji",
|
|
"/public/packs",
|
|
"/public/packs-test",
|
|
"/public/system",
|
|
"/public/vite*",
|
|
|
|
"*.html",
|
|
"docker-compose.override.yml",
|
|
|
|
// Ignore config YAML files that include ERB/ruby code
|
|
"config/email.yml",
|
|
|
|
// Vendored CSS
|
|
"app/javascript/styles/mastodon/reset.scss",
|
|
|
|
// Automatically generated
|
|
"/app/javascript/mastodon/features/emoji/emoji_map.json",
|
|
"/app/javascript/mastodon/features/emoji/emoji_data.json",
|
|
"AUTHORS.md",
|
|
"/app/javascript/mastodon/locales/*.json",
|
|
"/config/locales",
|
|
".storybook/static/mockServiceWorker.js",
|
|
|
|
// do not reformat JS files as this will change too many files and cause merge conflicts with open PRs and forks
|
|
"app/javascript/**/*.js",
|
|
"app/javascript/**/*.jsx",
|
|
"streaming/**/*.js"
|
|
],
|
|
"experimentalSortPackageJson": false,
|
|
"experimentalSortImports": {
|
|
"groups": [
|
|
["builtin"],
|
|
["react"],
|
|
["react-intl"],
|
|
["react-utils"],
|
|
["redux"],
|
|
["external", "type-external"],
|
|
["internal", "type-internal"],
|
|
["mastodon-internals"],
|
|
["parent", "type-parent"],
|
|
["sibling", "type-sibling", "index", "type-index"],
|
|
["side_effect"]
|
|
],
|
|
"customGroups": [
|
|
{
|
|
"groupName": "react",
|
|
"elementNamePattern": [
|
|
"react",
|
|
"react-dom",
|
|
"react-dom/client",
|
|
"prop-types"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "react-intl",
|
|
"elementNamePattern": ["react-intl", "intl-messageformat"]
|
|
},
|
|
{
|
|
"groupName": "react-utils",
|
|
"elementNamePattern": [
|
|
"classnames",
|
|
"react-helmet",
|
|
"react-router",
|
|
"react-router-dom"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "redux",
|
|
"elementNamePattern": [
|
|
"immutable",
|
|
"@reduxjs/toolkit",
|
|
"react-redux",
|
|
"react-immutable-proptypes",
|
|
"react-immutable-pure-component"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "mastodon-internals",
|
|
"elementNamePattern": ["mastodon/**", "@/**"]
|
|
}
|
|
]
|
|
}
|
|
}
|