History log of /XiangShan/scalastyle-config.xml (Results 1 – 6 of 6)
Revision Date Author Comments
# be3685ff 21-Apr-2025 xu_zh <[email protected]>

chore(scalastyle): disable space-around-operator checks (#4567)


# 0ae8869d 21-Mar-2025 xu_zh <[email protected]>

chore(scalastyle): allow newline after operators (#4437)

e.g.
```scala
some_wire :=
super && loooooooooooooooooong && logic ||
other && logic
```


# 0bac66cd 06-Mar-2025 ngc7331 <[email protected]>

chore(scalastyle): allow sx_lowerCamelCase naming for pipeline signals

Names like `s1SomeSignal` are hard to read and are not conducive to filtering signals when looking at waveforms

So I guess all

chore(scalastyle): allow sx_lowerCamelCase naming for pipeline signals

Names like `s1SomeSignal` are hard to read and are not conducive to filtering signals when looking at waveforms

So I guess allowing s1_someSignal is better

show more ...


# 6d037a04 04-Mar-2025 ngc7331 <[email protected]>

chore(scalastyle): allow different copyrights


# 7319aacc 27-Feb-2025 ngc7331 <[email protected]>

chore(scalastyle): complete rewrite configuration

this follows code spec on yuque on best effort and hopefully make use of IDE warning


# 945710d1 06-Feb-2019 Zihao Yu <[email protected]>

first commit