Corrections mineures

Signed-off-by: ynerant <ynerant@crans.org>
This commit is contained in:
ynerant 2021-02-11 18:17:28 +01:00
parent 143aae2e48
commit 7b99fba63e
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 3 additions and 2 deletions

View File

@ -245,7 +245,7 @@ pylint:
\begin{frame}[containsverbatim]
\begin{exampleblock}{Analyse du code}
En lancant \texttt{pylint main.py} sur le commit \texttt{v2.5} :
En lancant \texttt{pylint main.py} sur le tag \texttt{v2.5} :
\begin{lstlisting}[language=Python]
************* Module main
main.py:23:0: C0301: Line too long (104/100) (line-too-long)
@ -487,7 +487,8 @@ TOTAL 55 27 51%
\item \og{} Ohh vraiment je dois faire ça \fg{}, \og{} 79 caractères c'est
pas assez \fg{}, \og{} Je ne veux/peux pas couvrir cette ligne \fg{}
\item Couvrir et tester sont des très bonnes pratiques en règle générale
\item Tout est configurable, y compris pour ajouter des exceptions
\item Vous pouvez adapter la configuration selon vos propres critères,
plus ou moins souples
\end{itemize}
\end{block}
\end{frame}