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

Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.12.0 #198

Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.12.0

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

Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.12.0 #198

Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.12.0
3dd290e
Select commit
Loading
Failed to load commit list.
GitHub Actions / Checkstyle failed Jun 3, 2024 in 0s

Checkstyle Source Code Analyzer report

1928 violation(s) found

Annotations

Check failure on line 1 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\api\ContractDetails.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck

Missing package-info.java file.

Check failure on line 3 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\api\RevenueSharingApplicabilityConstraint.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.pallasathenagroup.entities.AthenaStudiesCourseGroup.

Check failure on line 4 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\api\RevenueSharingApplicabilityConstraint.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.pallasathenagroup.entities.Product.

Check failure on line 1 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\CriteriaConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck

Missing package-info.java file.

Check failure on line 10 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\CriteriaConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck

Utility classes should not have a public or default constructor.

Check failure on line 1 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedIncomeForecastCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck

Missing package-info.java file.

Check failure on line 32 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedIncomeForecastCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck

First sentence should end with a period.

Check failure on line 43 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedIncomeForecastCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'3' is a magic number.

Check failure on line 50 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedIncomeForecastCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'4' is a magic number.

Check failure on line 57 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedIncomeForecastCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'5' is a magic number.

Check failure on line 64 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedIncomeForecastCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'6' is a magic number.

Check failure on line 52 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedVolumeCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck

',' is not followed by whitespace.

Check failure on line 73 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedVolumeCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'3' is a magic number.

Check failure on line 80 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedVolumeCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'4' is a magic number.

Check failure on line 87 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedVolumeCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'5' is a magic number.

Check failure on line 94 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedVolumeCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'6' is a magic number.

Check failure on line 101 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedVolumeCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'7' is a magic number.

Check failure on line 108 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedVolumeCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'8' is a magic number.

Check failure on line 115 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedVolumeCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'9' is a magic number.

Check failure on line 123 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedVolumeCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'10' is a magic number.

Check failure on line 132 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedVolumeCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'11' is a magic number.

Check failure on line 140 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AccumulatedVolumeCte.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'12' is a magic number.

Check failure on line 22 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AthenaStudiesCourseTimeSlotDetails.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck

Line is longer than 120 characters (found 124).

Check failure on line 44 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AthenaStudiesCourseTimeSlotDetails.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'3' is a magic number.

Check failure on line 51 in C:\Users\Jan-Willem\git\athena-hibernate-test\domain\src\main\java\com\pallasathenagroup\cte\AthenaStudiesCourseTimeSlotDetails.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck

'4' is a magic number.