Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/1135 Apply Formatters #1221

Merged
merged 6 commits into from
Dec 20, 2024

Conversation

RandomTannenbaum
Copy link
Collaborator

No description provided.

@RandomTannenbaum RandomTannenbaum changed the title Apply formatters Feature/1135 Apply Formatters Nov 27, 2024
@RandomTannenbaum RandomTannenbaum linked an issue Nov 27, 2024 that may be closed by this pull request
1 task
@RandomTannenbaum RandomTannenbaum mentioned this pull request Nov 27, 2024
1 task
Copy link
Collaborator

@peggimann peggimann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linebreaks do not work
Indentation is sometimes to much....

@RandomTannenbaum RandomTannenbaum marked this pull request as draft November 27, 2024 10:32
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter branch from b01bea4 to f459916 Compare November 28, 2024 14:37
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter-apply branch 3 times, most recently from 3153551 to 968a583 Compare November 29, 2024 09:45
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter-apply branch from 66b5ea4 to b867dc2 Compare December 9, 2024 12:50
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter branch from aeed53a to 5f7f93e Compare December 9, 2024 14:52
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter-apply branch from c88134c to 5816993 Compare December 9, 2024 14:53
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter-apply branch from 5816993 to 22aaa9f Compare December 10, 2024 06:40
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter branch 2 times, most recently from 70c60c5 to 52e59c4 Compare December 13, 2024 10:10
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter-apply branch 6 times, most recently from 995ec42 to 3f1aeb8 Compare December 13, 2024 14:51
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter branch from 419743d to c58536d Compare December 16, 2024 07:08
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter-apply branch 4 times, most recently from 1cf9c5d to 528086d Compare December 16, 2024 15:16
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter branch 2 times, most recently from b5572f9 to 40b83c3 Compare December 19, 2024 07:56
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter-apply branch 4 times, most recently from 0d052c6 to 5f0b08f Compare December 19, 2024 10:20
@kcinay055679 kcinay055679 marked this pull request as ready for review December 19, 2024 14:23
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter-apply branch 2 times, most recently from 4a4be4a to 7c97437 Compare December 20, 2024 11:35
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter branch from 02dc127 to 3805119 Compare December 20, 2024 11:38
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter-apply branch from 7c97437 to 1e8b259 Compare December 20, 2024 11:43
@kcinay055679 kcinay055679 force-pushed the feature/1135-formatter-apply branch from 1e8b259 to 8d67841 Compare December 20, 2024 11:44
@peggimann peggimann merged commit c2c0b37 into feature/1135-formatter Dec 20, 2024
18 checks passed
@peggimann peggimann deleted the feature/1135-formatter-apply branch December 20, 2024 12:06
kcinay055679 added a commit that referenced this pull request Dec 20, 2024
* run frontend formatter

* run backend formatter

* update package-lock

* apply formatter

* run formatter

* run prettier

---------

Co-authored-by: Yanick Minder <[email protected]>
peggimann pushed a commit that referenced this pull request Dec 20, 2024
* introduce spotless formatter

* update readme and pipeline

* add typescript formatter

* add frontedn config

* update tsconfig.json

* install eslint for formating

* update typescript-eslint to 8.15.0

* edit config

* put unused-imports plugin into config

* change config for spec files

* add stylistic plugin to eslnt

* add eslint stylistic rules

* update config for eslint stylic

* styling indent set to 2

* add html formatting

* extract eslint format in seperated command

* readd prettier for css json and yaml

* update eslint config

* disable check for multipline tenary

* refactor config to extract rules to apply only on ts files

* allow arguments

* Update excluded eslint rules that we want to resolve in follow up ticket

* Fix sentence in readme

* Allow ts-ignores

* remove unnecessary comma

* Replace javax with jakarta in import order property of formatter

* get all changes from apply branch

* update precommit hook

* update backend formatter

* update java import order to alphabetically

* fix backend formatter for annotations

* update formatting config to fix indentation of annonation params

* update formatter to improve parameter formatting

* update parameter formatting

* update formatter

* add space after array initializer

* update precommit hook

* precommit hook only updates changed files

* clean up pre-commit hook

* remove accidently added fiels

* remove objective from this pr

* add verbose option to git add in precommit hook

* remove objective model from pr

* remove debug log

* restore objective model

* add angular eslint config

* clean up frontend formatter config

* add scss to eslint config

* rename npm scripts

* use json eslint plugin and remove prettier

* use prettier again to format scss

* add prettierignore file

* configure prettier

* update precommit hook to use prettier

* replace new lines with space to read changed files

* exclude files without extension from formatting

* fix pre-commit hook

* update name of package scripts and update workflow

* readd ignored files to prettierrc

* clean up

* clean up

* remove logs from pre-commit

* remove files from pr

* update frontend config

* allow empty constructors

* update config

* update prettirrc

* update config

* use old html formatter

* rmeove xargs from precommit hook

* update config for html files

* updat package lock

* clean up eslint config and packages

* change formatting dependencies to dev dep and regen package-lock

* update formatter

* update frontend formatter

* update formatter

* Feature/1135 Apply Formatters (#1221)

* run frontend formatter

* run backend formatter

* update package-lock

* apply formatter

* run formatter

* run prettier

---------

Co-authored-by: Yanick Minder <[email protected]>

---------

Co-authored-by: Miguel Lehmann <[email protected]>
Co-authored-by: Jannik Pulfer <[email protected]>
Co-authored-by: Jannik Pulfer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Formatter
4 participants