-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: GhostTal/java-code-styles
base: main
head repository: square/java-code-styles
compare: main
- 16 commits
- 6 files changed
- 8 contributors
Commits on Nov 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fbaf43b - Browse repository at this point
Copy the full SHA fbaf43bView commit details -
Merge pull request square#84 from square/ralf/track-ktlint
Track KtLint's code styles.
Configuration menu - View commit details
-
Copy full SHA for b5d3e81 - Browse repository at this point
Copy the full SHA b5d3e81View commit details
Commits on May 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4084167 - Browse repository at this point
Copy the full SHA 4084167View commit details
Commits on Jun 9, 2021
-
add SUGGEST_NULLABLE_ANNOTATIONS inspection
add ConstantConditions.SUGGEST_NULLABLE_ANNOTATIONS to inspections. This inspection flags code that mixes `@Nullable` values and non-`@Nullable` params. Such code is likely erroneous and a common place for NPEs to hide.
Configuration menu - View commit details
-
Copy full SHA for d06cd93 - Browse repository at this point
Copy the full SHA d06cd93View commit details
Commits on Jul 1, 2021
-
Merge pull request square#88 from kwonye/support-settings-repository
Add support for settings repository
Configuration menu - View commit details
-
Copy full SHA for 21dd5b3 - Browse repository at this point
Copy the full SHA 21dd5b3View commit details
Commits on Jul 12, 2021
-
Merge pull request square#89 from thomasmahoney/patch-2
add SUGGEST_NULLABLE_ANNOTATIONS inspection
Configuration menu - View commit details
-
Copy full SHA for 6cdf214 - Browse repository at this point
Copy the full SHA 6cdf214View commit details
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f2b81b1 - Browse repository at this point
Copy the full SHA f2b81b1View commit details
Commits on Jul 23, 2022
-
Merge pull request square#92 from tyiu/tyiu/avoid-property-access-syn…
…tax-assertions Exclude property access inspections on assertj assertions due to side-effects
Configuration menu - View commit details
-
Copy full SHA for 836bbaf - Browse repository at this point
Copy the full SHA 836bbafView commit details
Commits on Aug 17, 2022
-
Fix trailing commas configuration - KTIJ-22516.
ALLOW_TRAILING_COMMA configuration does not currently get picked up by IJ/AS, it only works if it's set up using legacy `JetCodeStyleSettings` block. See https://youtrack.jetbrains.com/issue/KTIJ-22516 for more details, enabling trailing commas via `JetCodeStyleSettings` until the IDE bug is fixed.
Kirill Zhukov committedAug 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 1af1c63 - Browse repository at this point
Copy the full SHA 1af1c63View commit details -
Merge pull request square#94 from kirillzh/zhukov/fix-trailing-commas
Fix trailing commas configuration - KTIJ-22516.
Configuration menu - View commit details
-
Copy full SHA for dfcee12 - Browse repository at this point
Copy the full SHA dfcee12View commit details
Commits on Jan 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1ec61b - Browse repository at this point
Copy the full SHA b1ec61bView commit details
Commits on Jan 9, 2023
-
Merge pull request square#95 from holmes/holmes/when-fix
Disable new line after multiline when statement
Configuration menu - View commit details
-
Copy full SHA for 63e0030 - Browse repository at this point
Copy the full SHA 63e0030View commit details
Commits on Nov 19, 2025
-
Specify an explicit import layout instead of relying on the Kotlin Official default. The Kotlin Official style uses `ij_kotlin_imports_layout = *,java.**,javax.**,kotlin.**,^`. There isn't a reason why these packages should be treated differently. The new explicit import layout changes it to `ij_kotlin_imports_layout = *`, which is for example used by ktfmt, too.
Configuration menu - View commit details
-
Copy full SHA for 66a3fc3 - Browse repository at this point
Copy the full SHA 66a3fc3View commit details -
Merge pull request square#100 from square/ralf/import-layout
Explicit Kotlin import layout
Configuration menu - View commit details
-
Copy full SHA for 476d898 - Browse repository at this point
Copy the full SHA 476d898View commit details -
These code styles aren't maintained anymore. Block / Square has adopted [ktfmt](https://github.com/facebook/ktfmt) with its code style. [`.editorconfig`](https://spec.editorconfig.org/index.html) files are a better alternative to share code styles and are supported in Jetbrains IDEs.
Configuration menu - View commit details
-
Copy full SHA for 832b5d0 - Browse repository at this point
Copy the full SHA 832b5d0View commit details -
Merge pull request square#101 from square/ralf/deprecate
Deprecate this project
Configuration menu - View commit details
-
Copy full SHA for bee3cc0 - Browse repository at this point
Copy the full SHA bee3cc0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main