213 | | We are not aiming for zero lint just yet, only keeping it to a minimum. For now, don't worry about invalid-name or missing-docstring on Iq/Iqxy. If you really want a variable name Rg for example because Rg is the right name for the model parameter, then ignore the lint errors. We will have delinting sessions at the code camp, where we can decide on standards for model files, parameter names, etc. |
214 | | |
215 | | You can tell pylint to ignore things. For example, to align you parameters in blocks: |
| 213 | We are not aiming for zero lint just yet, only keeping it to a minimum. For now, don't worry too much about invalid-name. If you really want a variable name Rg for example because Rg is the right name for the model parameter then ignore the lint errors. Also, ignore missing-docstring for standard model functions Iq, Iqxy, etc. |
| 214 | |
| 215 | We will have delinting sessions at the code camp, where we can decide on standards for model files, parameter names, etc. |
| 216 | |
| 217 | For now, you can tell pylint to ignore things. For example, to align you parameters in blocks: |