mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Adapt checkstyle configuration with new changes: * Move cacheFile to Checker module * Move LineLength to Checker module * Use SuppressWithPlainTextCommentFilter
27 lines
249 B
Plaintext
27 lines
249 B
Plaintext
# Eclipse
|
|
.metadata
|
|
.recommenders
|
|
.classpath
|
|
.project
|
|
.settings
|
|
.factorypath
|
|
.checkstyle
|
|
.externalToolBuilders
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea
|
|
|
|
# Netbeans
|
|
nb-configuration.xml
|
|
|
|
# Build
|
|
/**/target/
|
|
test-output
|
|
|
|
# Misc.
|
|
.DS_Store
|
|
checkstyle.cache
|