frextrite / coala-jetbrains

coala plugin for JetBrains IDEs - coala provides a unified interface for linting and fixing code with a single configuration file, regardless of the programming languages used.
https://coala.io
GNU Affero General Public License v3.0
2 stars 1 forks source link

Decouple settings logic #38

Open frextrite opened 5 years ago

frextrite commented 5 years ago

Currently, we have 3 classes for working with settings

Changes done in settings page, need to modify both the other classes.

Possible solution: