ktakagaki / hayabaya

0 stars 0 forks source link

problems with sbt plugin "scalastyle" #27

Closed ghost closed 8 years ago

ghost commented 8 years ago

I keep getting the error "Header does not match expected text" in my inspections when using the default scalastyle configuration as specified in /scalastyle-config.xml

I am sure it's in regards to the naming of the packages as de.lin_magdeburg.hayabaya, but I can't figure out what exactly is wrong here. When I look in build.sbt the packages looks like they are named correctly to me, any ideas?

ktakagaki commented 8 years ago

@slentzen No idea, no experience. Could it be that the underscore (which is legal java) is causing mischief? This kind of thing still happens occasionally with filenames with nonstandard characters, especially going back and forth between Linux and Windows file systems...

ghost commented 8 years ago

I fixed the whole "underscore" thing. So I don't think underscores are being used anywhere?