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

wip with proxies #89

Closed
wants to merge 1 commit into from

wip with proxies

3a79765
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

wip with proxies #89

wip with proxies
3a79765
Select commit
Loading
Failed to load commit list.
GitHub Actions / Checkstyle Report-(3.2.2) completed Sep 4, 2024 in 0s

Checkstyle Source Code Analyzer report

34 violation(s) found

Annotations

Check warning on line 9 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/test/TestKafkaProducerPostProcessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'com.transferwise.kafka.tkms.config.ITkmsKafkaProducerPostProcessor' import. Should be before 'java.util.Arrays'.

Check warning on line 10 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/test/TestKafkaProducerPostProcessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'com.transferwise.kafka.tkms.config.TkmsKafkaProducerProvider' import. Should be before 'java.util.Arrays'.

Check warning on line 23 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/test/TestKafkaProducerPostProcessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

';' should be separated from previous line.

Check warning on line 23 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/test/TestKafkaProducerPostProcessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck

Only one statement per line allowed.

Check warning on line 17 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Import statement for 'com.transferwise.kafka.tkms.test.TestKafkaProducerPostProcessor.TEST_MESSAGE' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.

Check warning on line 18 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Import statement for 'org.awaitility.Awaitility.await' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.

Check warning on line 19 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Import statement for 'org.junit.jupiter.api.Assertions.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.

Check warning on line 20 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Import statement for 'org.junit.jupiter.api.Assertions.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.

Check warning on line 26 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'member def modifier' has incorrect indentation level 4, expected level should be 2.

Check warning on line 28 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'member def modifier' has incorrect indentation level 4, expected level should be 2.

Check warning on line 30 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'member def modifier' has incorrect indentation level 4, expected level should be 2.

Check warning on line 32 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'member def modifier' has incorrect indentation level 4, expected level should be 2.

Check warning on line 35 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def modifier' has incorrect indentation level 4, expected level should be 2.

Check warning on line 37 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def' child has incorrect indentation level 6, expected level should be 4.

Check warning on line 38 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def rcurly' has incorrect indentation level 4, expected level should be 2.

Check warning on line 40 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def modifier' has incorrect indentation level 4, expected level should be 2.

Check warning on line 42 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def' child has incorrect indentation level 6, expected level should be 4.

Check warning on line 43 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def rcurly' has incorrect indentation level 4, expected level should be 2.

Check warning on line 45 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def modifier' has incorrect indentation level 4, expected level should be 2.

Check warning on line 47 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def' child has incorrect indentation level 8, expected level should be 4.

Check warning on line 49 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def' child has incorrect indentation level 8, expected level should be 4.

Check warning on line 51 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def' child has incorrect indentation level 8, expected level should be 4.

Check warning on line 57 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def' child has incorrect indentation level 8, expected level should be 4.

Check warning on line 58 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def' child has incorrect indentation level 8, expected level should be 4.

Check warning on line 60 in tw-tkms-starter/src/test/java/com/transferwise/kafka/tkms/MessagePostProcessingTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.2)

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def' child has incorrect indentation level 8, expected level should be 4.